Skip to content

Commit

Permalink
fix TS
Browse files Browse the repository at this point in the history
  • Loading branch information
theorm committed Jan 17, 2025
1 parent 5f2e3b3 commit b740db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/images/images.hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default {
},
randomPage: {
required: false,
transform: d => ['true', ''].includes(d),
transform: (d: string) => ['true', ''].includes(d),
},
facets: utils.facets({
values: {
Expand Down

0 comments on commit b740db8

Please sign in to comment.