From f3da9f64f55a4949847167dc789004dd4b1b511b Mon Sep 17 00:00:00 2001 From: manushak Date: Fri, 5 Apr 2024 20:17:09 +0400 Subject: [PATCH] fix(lib): update error message --- src/lib/watt-time/watt-time-api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }) ); }