Skip to content

Commit

Permalink
Merge branch 'feature/add-study-space' of https://github.com/AboutCla…
Browse files Browse the repository at this point in the history
…n/About into feature/add-study-space
  • Loading branch information
SeungJL committed May 28, 2024
2 parents 02e5582 + 3e2b21d commit aadf7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions hooks/study/mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,3 @@ export const useStudyStatusMutation = (options?: MutationOptions<StudyStatusPara
method: "post",
url: `place/status`,
body: params,
}),
options,
);
3 changes: 2 additions & 1 deletion pages/study/writing/complete.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import dayjs from "dayjs";
import { useSession } from "next-auth/react";

import { useRouter } from "next/router";
import { useSession } from "next-auth/react";
import { useRecoilValue } from "recoil";

import TextBlock from "../../../components/atoms/TextBlock";
Expand Down

0 comments on commit aadf7fd

Please sign in to comment.