Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 03885fc

Browse files
author
Hans Kristian Flaatten
committed
fix(eslint): resolve comma-dangle error
1 parent 7ea175a commit 03885fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ describe('parse()', () => {
899899
});
900900

901901
assert.deepEqual(mqs.parse({
902-
assigned: ['1111', '2222']
902+
assigned: ['1111', '2222'],
903903
}), {
904904
'assigned.users._id': { $in: [1111, 2222] },
905905
});

0 commit comments

Comments
 (0)