Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Li <orpheus+devel@gmail.com>
  • Loading branch information
yuvipanda and manics authored May 14, 2024
1 parent 0a6cafb commit c2b4407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/packages/binderhub-client/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export class BinderRepository {
if (error.name === "EventStreamRetry") {
// if we don't re-raise, connection will be retried;
queue.push({
phase: "unkown",
phase: "unknown",
message: `Error in event stream: ${error}\n`,
});
return;
Expand Down

0 comments on commit c2b4407

Please sign in to comment.