Skip to content

Commit

Permalink
fix(lib): update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Apr 5, 2024
1 parent fd45c9f commit f3da9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/watt-time/watt-time-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const WattTimeAPI = () => {
throw new AuthorizationError(
errorBuilder({
message:
'Invalid credentials provided. Either `token` or `username` and `password` should be provided.',
'Invalid credentials provided. Either `token` or `username` and `password` should be provided',
})
);
}
Expand Down

0 comments on commit f3da9f6

Please sign in to comment.