Skip to content

Commit

Permalink
fixup: add hint type to stored query
Browse files Browse the repository at this point in the history
  • Loading branch information
Anemy committed Jul 22, 2024
1 parent 3a7eb87 commit 63042fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/my-queries-storage/src/query-storage-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const queryProps = {
skip: z.number().optional(),
limit: z.number().optional(),
update: z.any().optional(),
hint: z.any().optional(),
};

const commonMetadata = {
Expand Down

0 comments on commit 63042fe

Please sign in to comment.