Skip to content

Commit b1b90bc

Browse files
committed
fix lint
1 parent 904966a commit b1b90bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/resolvers/project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ module.exports = {
125125
});
126126

127127
await projectEventsCollection.createIndex({
128-
'timestamp': 1,
128+
timestamp: 1,
129129
}, {
130130
name: EVENTS_TIMESTAMP_INDEX_NAME,
131131
sparse: true,

0 commit comments

Comments
 (0)