Skip to content

Commit

Permalink
remove unused redux actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Feb 5, 2024
1 parent 118f776 commit ee381f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Redux/actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ export const getWardByLocalBody = (pathParam: object) => {
export const getLocalBody = (pathParam: object) => {
return fireRequest("getLocalBody", [], {}, pathParam);
};
export const getAllLocalBody = (params: object) => {
return fireRequest("getAllLocalBody", [], params);
};

// Sample Test
export const getSampleTestList = (params: object, pathParam: object) => {
Expand Down

0 comments on commit ee381f7

Please sign in to comment.