From 49c3d376de87efb1c4c5b040194bdb10f18f8fc6 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 7 Jun 2024 10:49:53 +0900 Subject: [PATCH] chore: Update typo in inbox_round_robin_service (#9590) - update the typo in inbox_round_robin_service --- app/services/auto_assignment/inbox_round_robin_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/auto_assignment/inbox_round_robin_service.rb b/app/services/auto_assignment/inbox_round_robin_service.rb index c17f91c6c..7f5a5fb6c 100644 --- a/app/services/auto_assignment/inbox_round_robin_service.rb +++ b/app/services/auto_assignment/inbox_round_robin_service.rb @@ -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?