Skip to content

Commit

Permalink
Revert "Add eol"
Browse files Browse the repository at this point in the history
This reverts commit fc1d246.
  • Loading branch information
kneth committed Oct 31, 2023
1 parent fc1d246 commit f1312ad
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 + "\n"),
body: JSON.stringify(body),
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 f1312ad

Please sign in to comment.