Skip to content

Commit

Permalink
add color
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalonx committed Mar 4, 2024
1 parent 43540f4 commit 0a13526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/database/adapters/QualityControlFlagTypeAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class QualityControlFlagTypeAdapter {
name,
method,
bad,
color,

createdBy,
createdById,
Expand All @@ -53,6 +54,7 @@ class QualityControlFlagTypeAdapter {
name,
method,
bad,
color,

createdBy: createdBy ? this.userAdapter.toEntity(createdBy) : null,
createdById,
Expand Down

0 comments on commit 0a13526

Please sign in to comment.