Skip to content

Commit

Permalink
Merge pull request #681 from soufDev/patch-worker-status
Browse files Browse the repository at this point in the history
fix(worker): return the right status in pusher worker
  • Loading branch information
fbenevides authored Jan 17, 2023
2 parents 35e5d71 + 66d350a commit 1a5ab73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtimes/worker/auth/fetch_auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var fetchAuth: AuthTransport = function(
return response.text();
}
throw new HTTPAuthError(
200,
status,
`Could not get ${authRequestType.toString()} info from your auth endpoint, status: ${status}`
);
})
Expand Down

0 comments on commit 1a5ab73

Please sign in to comment.