fix: variable yg tidak terpakai

This commit is contained in:
2026-04-20 17:12:41 +08:00
parent de5ad545a7
commit 7dc51bd2b9
2 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ export default function RootLayout() {
try {
if (title != "Komentar Baru") {
const hasil = await decryptToken(String(token?.current))
const response = await apiReadOneNotification({ user: hasil, id: id })
await apiReadOneNotification({ user: hasil, id: id })
}
pushToPage(category, idContent)
} catch (error) {