Skip to content

Commit

Permalink
wip - debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Oct 31, 2023
1 parent 040f189 commit 6ba97a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/realm-app-importer/src/AdminApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ export class AdminApiClient {
if (typeof body === "object") {
headers["content-type"] = "application/json";
}
console.log("FISK 111", { ...rest, body: JSON.stringify(body), headers, reactNative: { textStreaming: true } });
const response = await DefaultNetworkTransport.fetch(url, {
...rest,
body: JSON.stringify(body),
Expand Down

0 comments on commit 6ba97a7

Please sign in to comment.