Skip to content

Commit

Permalink
Add eol
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Oct 31, 2023
1 parent 6ba97a7 commit fc1d246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realm-app-importer/src/AdminApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export class AdminApiClient {
console.log("FISK 111", { ...rest, body: JSON.stringify(body), headers, reactNative: { textStreaming: true } });
const response = await DefaultNetworkTransport.fetch(url, {
...rest,
body: JSON.stringify(body),
body: JSON.stringify(body + "\n"),
headers,
// Setting additional options to signal to the RN fetch polyfill that it shouldn't consider the response a "blob"
// see https://github.com/react-native-community/fetch/issues/15
Expand Down

0 comments on commit fc1d246

Please sign in to comment.