Skip to content

Commit

Permalink
๐Ÿš€ Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaem03 authored Nov 13, 2024
2 parents b2fec0d + 34b72d9 commit 6ed23da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/apis/nuguIntro.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { instance } from "./instance";

import Cookies from "js-cookie";
export const getIntroList = async (uuid) => {
try {
const response = await instance.get(`/intro/${uuid}`);
Expand Down
4 changes: 1 addition & 3 deletions src/pages/nuguIntro/WriteIntro.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ export const WriteIntro = () => {
keyword3,
uuid,
});
if (response) {
navigate(-1);
}

return response;
} catch (err) {
throw err;
Expand Down

0 comments on commit 6ed23da

Please sign in to comment.