Skip to content

Commit

Permalink
Merge pull request #24 from AplinkosMinisterija/unnecessaryQuery
Browse files Browse the repository at this point in the history
remove unnecessary query from tenantuser filter
  • Loading branch information
LWangllix authored Nov 5, 2023
2 parents f832c1f + 36231d7 commit e82382a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ class Api {
populate: [Resources.USER],
page,
pageSize: "12",
query: JSON.stringify({ tenant: parseInt(cookies.get("profileId")) })
});

createTenantUser = async (params: any): Promise<User> => {
Expand Down

0 comments on commit e82382a

Please sign in to comment.