Fix duplicated lists.

Thanks to xet7 !

Fixes #5952
This commit is contained in:
Lauri Ojansivu 2025-10-21 15:19:19 +03:00
parent c562b3969a
commit b7ca2310b2
3 changed files with 3 additions and 0 deletions

View file

@ -91,3 +91,4 @@ export const fixDuplicateLists = {
if (typeof window !== 'undefined') {
window.fixDuplicateLists = fixDuplicateLists;
}

View file

@ -284,3 +284,4 @@ if (require.main === module) {
}
module.exports = DuplicateListsFixer;

View file

@ -232,3 +232,4 @@ Meteor.methods({
};
}
});