mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Refactored working_plan.js
This commit is contained in:
parent
3f8fd91714
commit
382acd119c
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@
|
|||
} else {
|
||||
workingPlan[id] = null;
|
||||
}
|
||||
});
|
||||
}.bind(this));
|
||||
|
||||
return workingPlan;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue