Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 committed May 15, 2024
1 parent 2a887ff commit 6f50229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/profile/UserHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ doFetchGet('/api/account/activity').then((response) => {
console.log(data);
});
} else {
toastError(response);
if (response.status === 412) {
needInstallWebhook.value = true;
} else {
toastError(response);
}
}
});
Expand Down

0 comments on commit 6f50229

Please sign in to comment.