Skip to content

Commit

Permalink
Increased conversations limit in active, unanswered and unavailable t…
Browse files Browse the repository at this point in the history
…ypes (buerokratt#1022)
  • Loading branch information
1AhmedYasser authored Nov 20, 2024
1 parent b7553dc commit 7c9c646
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DSL/Ruuter.private/DSL/GET/agents/chats/active.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ getActiveChats:
args:
url: "[#CHATBOT_RESQL]/get-cs-all-active-chats"
body:
limit: 100
limit: 1000
result: res

return_result:
Expand Down
2 changes: 1 addition & 1 deletion DSL/Ruuter.private/DSL/GET/agents/chats/pending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ getPendingChats:
args:
url: "[#CHATBOT_RESQL]/get-cs-all-pending-chats"
body:
limit: 100
limit: 1000
result: res

return_result:
Expand Down
2 changes: 1 addition & 1 deletion DSL/Ruuter.private/DSL/POST/chats/ended/unavailable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ getUnavailableEndedChats:
body:
start: ${startDate}
end: ${endDate}
limit: 100
limit: 1000
result: res

return_result:
Expand Down

0 comments on commit 7c9c646

Please sign in to comment.