style: format merged scheduler and db changes

This commit is contained in:
Eyejoker
2026-03-20 03:48:48 +09:00
parent 6eb72ad499
commit f3283f0314
4 changed files with 18 additions and 12 deletions

View File

@@ -504,7 +504,6 @@ export class DiscordChannel implements Channel {
return groupType === this.agentTypeFilter;
}
async disconnect(): Promise<void> {
if (this.client) {
this.client.destroy();