fix: remove unnecessary code
This commit is contained in:
parent
bb6a7eb9d3
commit
23a1b98957
@ -62,8 +62,6 @@ class EmployeeBoardingController(Document):
|
|||||||
if users:
|
if users:
|
||||||
self.assign_task_to_users(task, set(users))
|
self.assign_task_to_users(task, set(users))
|
||||||
|
|
||||||
users = []
|
|
||||||
|
|
||||||
def assign_task_to_users(self, task, users):
|
def assign_task_to_users(self, task, users):
|
||||||
for user in users:
|
for user in users:
|
||||||
args = {
|
args = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user