fix(core): update
This commit is contained in:
parent
51c2d4f6e0
commit
4a8bbc3d13
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartclickhouse',
|
name: '@pushrocks/smartclickhouse',
|
||||||
version: '2.0.9',
|
version: '2.0.10',
|
||||||
description: 'an odm for talking to clickhouse'
|
description: 'an odm for talking to clickhouse'
|
||||||
}
|
}
|
||||||
|
@ -97,6 +97,9 @@ export class TimeDataTable {
|
|||||||
* stores a json and tries to map it to the nested syntax
|
* stores a json and tries to map it to the nested syntax
|
||||||
*/
|
*/
|
||||||
public async addData(dataArg: any) {
|
public async addData(dataArg: any) {
|
||||||
|
if (this.healingDeferred) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// the storageJson
|
// the storageJson
|
||||||
let storageJson: { [key: string]: any } = {};
|
let storageJson: { [key: string]: any } = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user