Skip to content

Commit

Permalink
Update sync-orama-cloud.mjs
Browse files Browse the repository at this point in the history
Signed-off-by: tquocanvn <[email protected]>
  • Loading branch information
tquocanvn authored May 14, 2024
1 parent 8194e92 commit dde1d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/orama-search/sync-orama-cloud.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const emptyOramaIndex = async () =>
await fetch(`${ORAMA_API_BASE_URL}/snapshot`, {
method: 'POST',
headers: oramaHeaders,
body: JSON.stringify([{ id: '1' }]),
body: '',
});

// Now we proceed to call the APIs in order:
Expand Down

0 comments on commit dde1d5d

Please sign in to comment.