Skip to content

Commit

Permalink
fix(Layout): removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Smef committed May 2, 2024
1 parent 4023fc8 commit 777d43b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ export default class Layout<T extends FieldData = FieldData, U extends GenericPo
params : ListParams<T, U> = {},
ignoreEmptyResult = false
) : Promise<GetResponse<T, U>> {
// convert any boolean "omit" values in the query in the query to "true" or "false" strings
const request : Record<string, unknown> = {
query: (Array.isArray(query) ? query : [query]).map(query => ({
...query,
Expand Down

0 comments on commit 777d43b

Please sign in to comment.