mirror of
https://github.com/jakobkordez/s5_practice.git
synced 2025-05-30 15:40:29 +00:00
Fix missing parameter
This commit is contained in:
parent
a50722d970
commit
ff22370bd8
@ -34,7 +34,7 @@ const useStore = create<IzpitQuizStore>((set) => ({
|
||||
load: async () => {
|
||||
set({ state: QuizState.Loading });
|
||||
|
||||
const questions = await getExamQuestions();
|
||||
const questions = await getExamQuestions(new Date().valueOf());
|
||||
|
||||
set({
|
||||
state: QuizState.InProgress,
|
||||
|
Loading…
x
Reference in New Issue
Block a user