Skip to content

Commit

Permalink
fix: remove fetching local host that mocks data fetch waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
jinho-choi123 committed Oct 27, 2023
1 parent c2a35ef commit 017a020
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/redux/zabos/fetchZaboThunk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { ZaboState } from "@/types";
import { pushZabos } from "./zaboSlice";

export const fetchZaboThunk = () => async (dispatch: AppDispatch) => {
await fetch("http://localhost:5173");

const currentDate = new Date();
const timestamp = currentDate.getTime();

Expand Down

0 comments on commit 017a020

Please sign in to comment.