mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 10:12:34 +00:00
4 lines
95 B
Ruby
4 lines
95 B
Ruby
module Constants::RedisKeys
|
|
ROUND_ROBIN_AGENTS = 'ROUND_ROBIN_AGENTS:%{inbox_id}'.freeze
|
|
end
|