mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 14:23:09 +02:00
Fix error
This commit is contained in:
parent
c633827e5e
commit
30c53e9ee0
1 changed files with 2 additions and 3 deletions
|
@ -64,9 +64,8 @@ export default abstract class Chart<T> {
|
||||||
const keys = {
|
const keys = {
|
||||||
span: -1,
|
span: -1,
|
||||||
date: -1
|
date: -1
|
||||||
};
|
} as any;
|
||||||
if (grouped)
|
if (grouped) keys.group = -1;
|
||||||
keys.group = -1;
|
|
||||||
this.collection.createIndex(keys, { unique: true });
|
this.collection.createIndex(keys, { unique: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue