We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d663ba8 commit df4667bCopy full SHA for df4667b
1 file changed
apps/webapp/app/utils/sse.ts
@@ -47,7 +47,7 @@ export function sse({ request, pingInterval = 1000, updateInterval = 348, run }:
47
});
48
}
49
} else {
50
- logger.debug("Uknown error sending SSE, aborting", {
+ logger.debug("Unknown error sending SSE, aborting", {
51
error,
52
args,
53
0 commit comments