mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
Fix error
This commit is contained in:
parent
0fd7d7ea96
commit
a9adb00420
@ -64,9 +64,8 @@ export default abstract class Chart<T> {
|
||||
const keys = {
|
||||
span: -1,
|
||||
date: -1
|
||||
};
|
||||
if (grouped)
|
||||
keys.group = -1;
|
||||
} as any;
|
||||
if (grouped) keys.group = -1;
|
||||
this.collection.createIndex(keys, { unique: true });
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user