Skip to content

Commit

Permalink
chore: fix TS error
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Aug 22, 2023
1 parent 07ca207 commit d22b41e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function UNsubscriptionPage(data: Props) {
UNsubscribePublicEmailInput
>({
mutationFn: useUNSubscribePublicEmail(),
onError: (error) => handleError(error),
onError: () => handleError(),
onSuccess: () => {
AlertStore.show(t('common:alerts.message-sent'), 'success')
setIsSuccess(true)
Expand Down

0 comments on commit d22b41e

Please sign in to comment.