Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEscaleira committed Mar 6, 2024
1 parent b5dfae5 commit 1407a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/attemptStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { apolloClient } from "@utils/apolloSetup.ts";
import { GET_QUIZ_ATTEMPTS } from "@utils/queries/QuizAttempts.ts";
import { SUBMIT_ATTEMPT } from "@utils/queries/SubmitAttempt.ts";

type Questions = QuizByIdQuery["quizList"][0]["questions"];
type Questions = QuizByIdQuery["quizById"]["questions"];

interface AttemptState {
isAttemptRunning: boolean;
Expand Down

0 comments on commit 1407a76

Please sign in to comment.