Skip to content

Commit

Permalink
Remove unused import in httpClient.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mansithaeashwara committed Jan 25, 2024
1 parent e7f2454 commit 18c0ffa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/client/impax/src/services/httpClient.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { updatePlayersDetails } from "../states/updateAppStates";
import { Players, SessionToBeUploaded } from "../types";
import { BASE_URL} from "../config/config";
import { FieldValues } from "react-hook-form";

export const uploadSession = async () => {
if (localStorage.getItem("sessionDetails") === null) return;
Expand Down

0 comments on commit 18c0ffa

Please sign in to comment.