NTP-11577 | Cybertron Integration
This commit is contained in:
@@ -17,7 +17,6 @@ function makeFetchTransport(options: any): any {
|
||||
};
|
||||
|
||||
return fetch(options.url, requestOptions).then((response) => {
|
||||
toast({ type: 'success', text1: options?.url });
|
||||
return {
|
||||
statusCode: response.status,
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user