Skip to content

Commit

Permalink
Merge pull request #254 from webitel/fix/remove-star-from-users-search
Browse files Browse the repository at this point in the history
Fix/ remove star from users search [WTEL-4615]
  • Loading branch information
Lera24 authored Jul 5, 2024
2 parents 629f260 + 685f219 commit 8ad0364
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.6.48",
"version": "24.6.49",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 0 additions & 2 deletions src/api/clients/users/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import applyTransform, {
notify,
sanitize,
snakeToCamel,
starToSearch,
} from '../../transformers/index.js';

const instance = getDefaultInstance();
Expand Down Expand Up @@ -45,7 +44,6 @@ const getUsersList = async (params) => {

const url = applyTransform(params, [
merge(getDefaultGetParams()),
starToSearch('search'),
(params) => ({ ...params, q: params.search }),
sanitize(fieldsToSend),
camelToSnake(),
Expand Down

0 comments on commit 8ad0364

Please sign in to comment.