Skip to content

Commit f463240

Browse files
committed
FIx lint
1 parent 1111ae2 commit f463240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers/model/castBulkWrite.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = function castBulkWrite(originalModel, op, options) {
7070
_addDiscriminatorToObject(schema, op['updateOne']['filter']);
7171

7272
const doInitTimestamps = getTimestampsOpt(op['updateOne'], options);
73-
73+
7474
if (model.schema.$timestamps != null && doInitTimestamps) {
7575
const createdAt = model.schema.$timestamps.createdAt;
7676
const updatedAt = model.schema.$timestamps.updatedAt;

0 commit comments

Comments
 (0)