Skip to content

Commit 19e797f

Browse files
committed
- Code lint
1 parent 508eb40 commit 19e797f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/reports/observedVariantAnnotations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = (sequelize, Sq) => {
4141
name: 'flags',
4242
field: 'flags',
4343
type: Sq.ARRAY(Sq.TEXT),
44-
}
44+
},
4545
}, {
4646
...DEFAULT_REPORT_OPTIONS,
4747
tableName: 'reports_observed_variant_annotations',

0 commit comments

Comments
 (0)