Skip to content

Commit a09e586

Browse files
authored
rollback wrong commit
1 parent 2927301 commit a09e586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api3/generic/update/validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function validate (opCtx, doc, storageDoc, options) {
1919
const { isPatching, isDeduplication } = options || {};
2020

2121
const immutable = ['identifier', 'date', 'utcOffset', 'eventType', 'device', 'app',
22-
'srvCreated', 'subject', 'srvModified', 'modifiedBy'];
22+
'srvCreated', 'subject', 'srvModified', 'modifiedBy', 'isValid'];
2323

2424
if (storageDoc.isReadOnly === true || storageDoc.readOnly === true || storageDoc.readonly === true) {
2525
return opTools.sendJSONStatus(res, apiConst.HTTP.UNPROCESSABLE_ENTITY,

0 commit comments

Comments
 (0)