mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 19:21:23 +00:00
Format files
This commit is contained in:
@@ -8,5 +8,8 @@ export const handler: MutationHook<any> = {
|
||||
query: '',
|
||||
},
|
||||
async fetcher({ input, options, fetch }) {},
|
||||
useHook: ({ fetch }) => () => async () => ({})
|
||||
useHook:
|
||||
({ fetch }) =>
|
||||
() =>
|
||||
async () => ({}),
|
||||
}
|
||||
|
Reference in New Issue
Block a user