forked from FoundKeyGang/FoundKey
parent
f9e4901543
commit
12ca0f9a63
1 changed files with 4 additions and 0 deletions
|
@ -454,6 +454,10 @@ export default abstract class Chart<T extends Schema> {
|
||||||
columns[columnPrefix + name] = v;
|
columns[columnPrefix + name] = v;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (Object.keys(columns).length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const update = async (logHour: RawRecord<T>, logDay: RawRecord<T>): Promise<void> => {
|
const update = async (logHour: RawRecord<T>, logDay: RawRecord<T>): Promise<void> => {
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
this.repositoryForHour.createQueryBuilder()
|
this.repositoryForHour.createQueryBuilder()
|
||||||
|
|
Loading…
Reference in a new issue