forked from FoundKeyGang/FoundKey
Update index.ts (#3624)
This commit is contained in:
parent
85ddabdc65
commit
9ab34c2301
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export default abstract class Chart<T> {
|
||||||
const keys = {
|
const keys = {
|
||||||
span: -1,
|
span: -1,
|
||||||
date: -1
|
date: -1
|
||||||
} as any;
|
} as { [key: string]: 1 | -1; };
|
||||||
if (grouped) keys.group = -1;
|
if (grouped) keys.group = -1;
|
||||||
this.collection.createIndex(keys, { unique: true });
|
this.collection.createIndex(keys, { unique: true });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue