Skip to content

Commit 3b8cc55

Browse files
committed
fixup! chore: upgrade Axios version to 0.28.0
1 parent c989e28 commit 3b8cc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cardano-services/test/Handle/HandleHttpService.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('HandleHttpService', () => {
5656

5757
const { message, response } = error;
5858

59-
if (!response) return { message, statusText: error.status };
59+
if (!response) return { message, statusText: `${error.status}` };
6060

6161
const { data, status, statusText } = response;
6262

0 commit comments

Comments
 (0)