Skip to content

Commit

Permalink
chore: 환경변수 파일 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hynseok committed May 17, 2024
1 parent 0e8edf2 commit 87a302d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env.production

This file was deleted.

1 change: 0 additions & 1 deletion src/components/pages/AdminProfForm/AdminProfForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ function AdminProfForm({ professorId }: Props) {
login(accessToken);
router.push("/");
router.refresh();

} catch (err) {
console.error(err);
}
Expand Down

0 comments on commit 87a302d

Please sign in to comment.