You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/communication/NetworkClient.ts
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,11 @@ export default class NetworkClient {
137
137
// Create retrying fetch function.
138
138
constfetchWithRetries=retryingFetch(fetch);
139
139
140
+
// normalize the API endpoint - if you provided a path, you probably meant to include it in the full URL. Without a trailing slash it would be ignored.
0 commit comments