Skip to content

Commit 8498285

Browse files
committed
Update relewise.client.ts
1 parent e89ec24 commit 8498285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/relewise.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export abstract class RelewiseClient {
7272
} catch (_) {
7373
}
7474

75-
throw new ProblemDetailsError(`Error when calling the Relewise API.\n\nTitle: ${response.statusText}\nStatus: ${response.status}.\n\nRead more in the details property if there is error response or look in the network tab.`, responseMessage);
75+
throw new ProblemDetailsError(`Error when calling the Relewise API.\n\nTitle: ${response.statusText}\nStatus: ${response.status}\n\nRead more in the details property if there is error response or look in the network tab.`, responseMessage);
7676
}
7777

7878
try {

0 commit comments

Comments
 (0)