mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Fixing add task calls for async await
This commit is contained in:
parent
ca7bcb1a8f
commit
febb36d75f
5 changed files with 623 additions and 484 deletions
|
|
@ -69,7 +69,6 @@ Template.taskForm.events({
|
|||
let taskDateErr = false;
|
||||
let userInfo;
|
||||
let actDate = [];
|
||||
// console.dir(taskNameArr);
|
||||
|
||||
if (taskNameArr == null || taskNameArr == []) {
|
||||
taskNameErr = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue