Skip to content

Commit

Permalink
fix validation
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Mar 18, 2023
1 parent e89e29f commit adea82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/request/src/-private/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ValidKeys = new Map<string, string | string[]>([
['data', 'json'],
['options', 'object'],
['cacheOptions', 'object'],
['op', ['findAll', 'query', 'queryRecord']],
['op', ['findAll', 'query', 'queryRecord', 'findRecord']],
['store', 'object'],
['url', 'string'],
['cache', ['default', 'force-cache', 'no-cache', 'no-store', 'only-if-cached', 'reload']],
Expand Down

0 comments on commit adea82c

Please sign in to comment.