Skip to content

Commit 5d2dbf9

Browse files
author
Ju
committed
Feat. authenticationNumber gnims-project#78 이메일 인증 기능,CSS완성
1 parent e6be3d6 commit 5d2dbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redux/modules/ScheduleSlice.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const __postSchedule = createAsyncThunk(
7676
try {
7777
console.log("보내는 스케줄", payload);
7878
const data = await ScheduleApi.postScheduleApi(payload.Schedule);
79-
payload.dispatch(__getSchedule({ userId: payload.userId, page: 0 }));
79+
payload.dispatch(__getSchedule(payload.userId));
8080
if (data.status === 201) {
8181
}
8282
// return thunkAPI.fulfillWithValue(data.data);

0 commit comments

Comments
 (0)