Skip to content

Commit

Permalink
fix(web): still forcing a release with semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
rallieon committed Nov 30, 2021
1 parent 0e4bcdc commit 4861e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/api/hasteClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class HasteClient {
) {
if (!isBrowser())
throw new Error(
`Haste client build can only be called from a browser based environment. If you are on a server, use the server package.`,
`Haste client build can only be called from a browser based environment. If you are on a server, please use the server package.`,
);

const auth0 = new Auth0Client({
Expand Down

0 comments on commit 4861e19

Please sign in to comment.