forked from FoundKeyGang/FoundKey
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 = {
|
||||
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 a new issue