Skip to content

Commit

Permalink
issue #134 refacotor: commonthunk refactoring:
Browse files Browse the repository at this point in the history
sikkzz committed Nov 25, 2023

Unverified

The committer email address is not verified.
1 parent cb08066 commit 7fc8601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/commonThunk.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import customFetch from "@/components/Base/BaseAxios";

const commonThunk = async (
{ method, url, params = undefined, data = undefined, successCode, ...rest },
{ method, url, successCode, params = undefined, data = undefined, ...rest },
thunkAPI,
) => {
try {

0 comments on commit 7fc8601

Please sign in to comment.