Skip to content

Commit

Permalink
🔧 lint 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jangmoonwon committed Jul 26, 2024
1 parent a45fdf4 commit 7e4eba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hooks/useRegisterMutation.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import postSignup from '@/apis/auth';
import { postSignup } from '@/apis/auth';
import { toast } from '@/components/ui/use-toast';
import { useMutation } from '@tanstack/react-query';
import { useRouter } from 'next/router';
Expand Down
2 changes: 1 addition & 1 deletion src/schema/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ export type PostSignUpRequestType = z.infer<typeof PostSignUpRequest>;
export type PostSignUpResponseType = z.infer<typeof PostAuthResponse>;
// NOTE: 로그인 타입
export type PostSigninRequestType = z.infer<typeof PostSigninRequest>;
export type PostSigninResponseType = z.infer<typeof PostAuthResponse>;
export type PostSigninResponseType = z.infer<typeof PostAuthResponse>;

0 comments on commit 7e4eba6

Please sign in to comment.