Skip to content

Commit

Permalink
Update lib/score-upload.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalters512 committed Apr 4, 2022
1 parent d812e10 commit 87419e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/score-upload.js
Expand Up @@ -393,7 +393,7 @@ module.exports = {
params = {
assessment_id,
uid: json.uid,
instance_number: json.instance_number,
instance_number: json.instance,
};
id = json.uid;
} else if (_.has(json, 'group_name')) {
Expand Down

0 comments on commit 87419e0

Please sign in to comment.