Skip to content

Commit 46ed8fa

Browse files
committed
fix: attempt to fix caldav issue with strict mode change
1 parent 9daf08d commit 46ed8fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helpers/mongoose-to-sqlite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,7 @@ module.exports = {
15651565
dummyProofModel,
15661566
dummySchemaOptions: {
15671567
versionKey: false,
1568-
strict: 'throw', // or true
1568+
strict: true, // or 'throw'
15691569
id: false,
15701570
timestamps: {
15711571
createdAt: 'created_at',

0 commit comments

Comments
 (0)