Skip to content

Commit

Permalink
Build deno [autogenerated commit]
Browse files Browse the repository at this point in the history
  • Loading branch information
oguimbal committed Jul 31, 2024
1 parent 4706094 commit 716c43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deno/adapters/adapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export class Adapters implements LibAdapters {
};
} else {
// clean copy to avoid mutating things outside our scope
query = { ...query };
query = { ...query, values: query.values || values };
}
if (!query.values?.length) {
return query;
Expand Down

0 comments on commit 716c43a

Please sign in to comment.