Skip to content

Commit

Permalink
fix #1967
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Sep 11, 2024
1 parent 8c85cfa commit 2cd04cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otoroshi/javascript/src/services/BackOfficeServices.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export function fetchRemainingApikeyQuotas(clientId) {
}).then((r) => r.json());
}

export function resetRemainingApikeyQuotas(groupId, clientId) {
export function resetRemainingApikeyQuotas(clientId) {
return fetch(`/bo/api/proxy/api/apikeys/${clientId}/quotas`, {
method: 'DELETE',
credentials: 'include',
Expand Down

0 comments on commit 2cd04cd

Please sign in to comment.