Fix typo in sse.ts (#591)

Uknown -> Unknown
This commit is contained in:
Ikko Eltociear Ashimine
2023-10-10 06:08:53 +09:00
committed by GitHub
parent d663ba8985
commit df4667b7f5
+1 -1
View File
@@ -47,7 +47,7 @@ export function sse({ request, pingInterval = 1000, updateInterval = 348, run }:
});
}
} else {
logger.debug("Uknown error sending SSE, aborting", {
logger.debug("Unknown error sending SSE, aborting", {
error,
args,
});