mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix(server): チャートのcleanでエラーが出る可能性がある問題を修正
This commit is contained in:
parent
30a153e6ee
commit
94365e97e9
1 changed files with 4 additions and 0 deletions
|
@ -496,6 +496,10 @@ export default abstract class Chart<T extends Schema> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (Object.keys(columns).length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
this.repositoryForHour.createQueryBuilder()
|
this.repositoryForHour.createQueryBuilder()
|
||||||
.update()
|
.update()
|
||||||
|
|
Loading…
Add table
Reference in a new issue