Skip to content

Commit

Permalink
another try to fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289029 committed Apr 27, 2024
1 parent dd2979c commit c88eaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion questionsgenerator/questions-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ app.get('/generateQuestions', async (req, res) => {
const generator = new QuestionGenerator();
await generator.loadTemplates();
await generator.generate10Questions();
generator.close();
await generator.close();
res.status(200).json({ msg: "Questions generated successfully" });
})

Expand Down

0 comments on commit c88eaae

Please sign in to comment.