task alert bug fix
This commit is contained in:
@@ -65,7 +65,8 @@ export async function updateTask(
|
|||||||
`You are assigned to ${updatedTask.title}`,
|
`You are assigned to ${updatedTask.title}`,
|
||||||
"user",
|
"user",
|
||||||
user.userId,
|
user.userId,
|
||||||
updatedTask.pid
|
updatedTask.pid,
|
||||||
|
"tasks"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user