Skip to content

Commit fae8d9e

Browse files
committed
Delete property
1 parent 0e53a5d commit fae8d9e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/libraries/httpService/$api.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ export const $api = new HttpService<{ error: string, reason: string }>({
77
Accept: 'application/json',
88
};
99
},
10-
isSuccess: (response) => {
11-
console.log(response.data);
12-
// if (response.data._id === 'react-native') {
13-
// return false;
14-
// }
15-
16-
return true;
17-
},
1810
onRespondError: (response, transform) => {
1911
if (response.data && response.data.reason) {
2012
transform.message = response.data.reason;

0 commit comments

Comments
 (0)