refactor: update stats
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s

This commit is contained in:
Thanaphon Saengchan 2025-10-14 17:20:10 +07:00
parent f68e8cf675
commit d1785faed2

View file

@ -95,6 +95,7 @@ function triggerCancel(id: string) {
const res = await requestListStore.cancelRequest(id);
if (res) {
fetchList();
fetchStats();
}
},
});