Skip to content

Commit df4667b

Browse files
author
Ikko Eltociear Ashimine
authored
Fix typo in sse.ts (#591)
Uknown -> Unknown
1 parent d663ba8 commit df4667b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/utils/sse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function sse({ request, pingInterval = 1000, updateInterval = 348, run }:
4747
});
4848
}
4949
} else {
50-
logger.debug("Uknown error sending SSE, aborting", {
50+
logger.debug("Unknown error sending SSE, aborting", {
5151
error,
5252
args,
5353
});

0 commit comments

Comments
 (0)