Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-Torrent committed May 24, 2022
1 parent 62907f8 commit acfb124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export const MUTATION_KEYS = {
POST_ITEM_TAG: 'postItemTags',
PUT_ITEM_LOGIN: 'putItemLogin',
EDIT_MEMBER: 'editMember',
DELETE_MEMBER: 'delteMember',
DELETE_MEMBER: 'deleteMember',
POST_ITEM_FLAG: 'postItemFlag',
POST_ITEM_MEMBERSHIP: 'postItemMembership',
EDIT_ITEM_MEMBERSHIP: 'editItemMembership',
Expand Down

0 comments on commit acfb124

Please sign in to comment.