NTP-11577 | Cybertron Integration

This commit is contained in:
yashmantri
2024-11-11 22:47:43 +05:30
parent 677f0449ce
commit 6f660e5d3f

View File

@@ -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: {