task alert bug fix

This commit is contained in:
2025-06-24 11:47:11 +05:30
parent 985f121a90
commit 32bbfc73dd

View File

@@ -65,7 +65,8 @@ export async function updateTask(
`You are assigned to ${updatedTask.title}`,
"user",
user.userId,
updatedTask.pid
updatedTask.pid,
"tasks"
);
}