Skip to content

Commit

Permalink
fix: format error
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury committed Feb 5, 2024
1 parent 805ca08 commit d820f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/managers/playground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export class PlayGroundManager {
this.playgrounds.get(modelId).status === 'starting'
) {
try {
const response = await fetch(`http://localhost:${freePort}`);
const response = await fetch(`http://localhost:${freePort}`);
contacted = response.ok;
} catch (err: unknown) {
/* empty */
Expand Down

0 comments on commit d820f6d

Please sign in to comment.