fix(server): チャートのcleanでエラーが出る可能性がある問題を修正
This commit is contained in:
		@@ -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()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user