linter-is-sick

This commit is contained in:
tonyrewin 2022-11-16 09:41:26 +03:00
parent 0c0084365d
commit d370bc4fe4

View File

@ -34,6 +34,7 @@ export const updateReaction = async (reaction: Reaction) => {
export const deleteReaction = async (reactionId: number) => {
const resp = await apiClient.destroyReaction({ id: reactionId })
console.debug(resp)
return resp
}
export const useReactionsStore = (initialState: { reactions?: Reaction[] }) => {