Skip to content

Commit

Permalink
Merge pull request #393 from webitel/feature/more-closed-chats
Browse files Browse the repository at this point in the history
Feature/more closed chats [WTEL-5503]
  • Loading branch information
liza-pohranichna authored Dec 16, 2024
2 parents 2d0aef9 + 60c918a commit fed06ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"vue-multiselect": "^3.1.0",
"vue-observe-visibility": "^2.0.0-alpha.1",
"vue-router": "^4.4.5",
"webitel-sdk": "^24.10.2",
"webitel-sdk": "^24.10.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
Expand Down
4 changes: 3 additions & 1 deletion src/api/clients/agents/agentChats.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const getChatsList = async (params) => {
const {
size,
page,
onlyClosed
onlyClosed,
onlyUnprocessed,
} = applyTransform(params, [
merge(getDefaultGetParams()),
]);
Expand All @@ -35,6 +36,7 @@ const getChatsList = async (params) => {
undefined,
undefined,
onlyClosed,
onlyUnprocessed,
);
const { items, next } = applyTransform(response.data, [
snakeToCamel(),
Expand Down

0 comments on commit fed06ed

Please sign in to comment.