Skip to content

Commit

Permalink
Update src/app.controller.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian <[email protected]>
  • Loading branch information
tomwwinter and sleidig authored Jul 11, 2024
1 parent 6e88c34 commit 98a6648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export class AppController {
ws.write(args);
ws.close();
return of(true);
// TODO: checking logs may take too long and run into timeouts for user-facing form. Therefore deactivated for now.
// return this.getResult();
}

Expand Down

0 comments on commit 98a6648

Please sign in to comment.