Skip to content

Commit 5449a3a

Browse files
committed
Fix lint
1 parent dcae288 commit 5449a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server/plural.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('Server', () => {
2020

2121
db.posts = [
2222
{ id: 1, body: 'foo' },
23-
{ id: 2, body: 'bar' },
23+
{ id: 2, body: 'bar' }
2424
]
2525

2626
db.tags = [

0 commit comments

Comments
 (0)