Skip to content

Commit

Permalink
TEN-968: Use POST to createSak
Browse files Browse the repository at this point in the history
  • Loading branch information
rittikdey committed Feb 12, 2025
1 parent 01d3c07 commit 8d85070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/sak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const createSak = (data: any): ActionWithPayload<any> => {

return call({
url: urls.API_SAK_SEND_URL,
method: 'PUT',
method: 'POST',
payload,
expectedPayload: mockSendSak,
type: {
Expand Down

0 comments on commit 8d85070

Please sign in to comment.