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 committed Nov 19, 2024
1 parent 73ccd1a commit 6471ee7
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 6471ee7

Please sign in to comment.