Skip to content

Commit

Permalink
client
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Erik Roald committed Jun 24, 2024
1 parent 2aaf719 commit 4151975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ function rdbClient(options = {}) {
let deduceStrategy = false;
let json = rootMap.get(array)?.json;
if (!json)
return;
return;
strategy = extractStrategy({ strategy }, array);
strategy = extractFetchingStrategy(array, strategy);

Expand Down

0 comments on commit 4151975

Please sign in to comment.