Skip to content

Commit f60a25a

Browse files
committed
fix lint problems
1 parent bc47e08 commit f60a25a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/upsert.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Tinytest.addAsync('upsert - hooks should all fire the appropriate number of time
1515
after: {
1616
insert: 0,
1717
update: 0,
18-
remove: 0,
18+
remove: 0
1919
}
2020
}
2121

@@ -77,7 +77,7 @@ if (Meteor.isServer) {
7777
after: {
7878
insert: 0,
7979
update: 0,
80-
remove: 0,
80+
remove: 0
8181
}
8282
}
8383

0 commit comments

Comments
 (0)