phero
phero copied to clipboard
Handling reserved words as method name
We need to throw a nice error since "delete" is reserved word.
export const articleService = createService({
delete: createFunction(getArticle),
})