Skip to content

Commit

Permalink
fix(apps/web): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eckoln committed Aug 26, 2024
1 parent 0d28c85 commit 86d8ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/services/actions/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const createCommand = createServerAction()

revalidateTag(`getEntityCommands-${input.platformEntityId}-custom`)
} catch (error) {
console.error('updateEntityCommand =>', error)
console.error('createEntityCommand =>', error)
if (error instanceof ApiError) {
if (error.status === 409) {
throw new ZSAError('CONFLICT', 'This command already exists!')
Expand Down

0 comments on commit 86d8ae2

Please sign in to comment.