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