Skip to content

Commit

Permalink
Update apps/meteor/server/models/raw/LivechatContacts.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Sampaio <[email protected]>
  • Loading branch information
pierre-lehnen-rc and sampaiodiego authored Nov 19, 2024
1 parent 4da013a commit 495e3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/server/models/raw/LivechatContacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class LivechatContactsRaw extends BaseRaw<ILivechatContact> implements IL
key: {
preRegistration: 1,
},
name: 'preRegistration',
sparse: true,
unique: false,
},
];
Expand Down

0 comments on commit 495e3c1

Please sign in to comment.