mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
chore: Update typo in inbox_round_robin_service (#9590)
- update the typo in inbox_round_robin_service
This commit is contained in:
committed by
GitHub
parent
76efe3c5c3
commit
49c3d376de
@@ -23,7 +23,7 @@ class AutoAssignment::InboxRoundRobinService
|
|||||||
|
|
||||||
# end of queue management functions
|
# 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
|
# the values of allowed member ids should be in string format
|
||||||
def available_agent(allowed_agent_ids: [])
|
def available_agent(allowed_agent_ids: [])
|
||||||
reset_queue unless validate_queue?
|
reset_queue unless validate_queue?
|
||||||
|
|||||||
Reference in New Issue
Block a user