Skip to content

Commit

Permalink
deployer changed to multiple files map
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopar committed Dec 26, 2024
1 parent 4354a32 commit 1af0821
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ import {

export const useUpdateServicePolicy = () => {
return useMutation({
mutationFn: ({ policyId, policyUpdateRequest }: { policyId: string; policyUpdateRequest: ServicePolicyUpdateRequest }) => {
mutationFn: ({
policyId,
policyUpdateRequest,
}: {
policyId: string;
policyUpdateRequest: ServicePolicyUpdateRequest;
}) => {
const data: UpdateServicePolicyData = {
policyId: policyId,
requestBody: policyUpdateRequest,
Expand Down

0 comments on commit 1af0821

Please sign in to comment.