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