Skip to content

Commit

Permalink
fix: restore dogu agent auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
oneofthezombies committed Dec 15, 2023
1 parent 3080e55 commit 08e006b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ export class HostAppUpdateProcessor implements OnModuleInit, OnModuleDestroy {
}

private async update(): Promise<void> {
// await this.hostApp.updateAllIdleHost();
await this.hostApp.updateAllIdleHost();
}
}

0 comments on commit 08e006b

Please sign in to comment.