chore: Update typo in inbox_round_robin_service (#9590)

- update the typo in  inbox_round_robin_service
This commit is contained in:
Ikko Eltociear Ashimine 2024-06-07 10:49:53 +09:00 committed by GitHub
parent 76efe3c5c3
commit 49c3d376de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ class AutoAssignment::InboxRoundRobinService
# end of queue management functions
# allowed member ids = [assignable online agents supplied by the assignement service]
# allowed member ids = [assignable online agents supplied by the assignment service]
# the values of allowed member ids should be in string format
def available_agent(allowed_agent_ids: [])
reset_queue unless validate_queue?