diff --git a/src/lib/watt-time/watt-time-api.ts b/src/lib/watt-time/watt-time-api.ts index 86c2f1a..f9f19b0 100644 --- a/src/lib/watt-time/watt-time-api.ts +++ b/src/lib/watt-time/watt-time-api.ts @@ -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', }) ); }