Skip to content

Commit

Permalink
Merge pull request #54 from Black-Sirius69/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Emerald-Wolf committed Sep 22, 2023
2 parents d8e7fc8 + a8752bd commit 20298d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/submission.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ class submission {
console.log(regno);
const record = await submission_db.find(
{ regNo: regno },
"code score question_id lastResults",
"code score question_id lastResults language_id",
);
console.log(record);
if (record.length == 0) {
Expand Down

0 comments on commit 20298d7

Please sign in to comment.