Skip to content

Commit

Permalink
missing letter
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Wheelis committed Nov 14, 2023
1 parent 3953e37 commit e7dfa4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/convertIssue/parse-issue-body.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export async function parseIssueBody(githubIssueTemplateFile, body) {
configObject.label_options = 'https://raw.githubusercontent.com/e-mission/nrel-openpath-deploy-configs/main/label_options/' + returnObject.label_options;
}

configObject['display_config'] = { use_imperial: returnObjec.use_imperial };
configObject['display_config'] = { use_imperial: returnObject.use_imperial };
configObject['metrics'] = { include_test_users: returnObject.include_test_users };
configObject['profile_controls'] = { support_upload: false, trip_end_notification: returnObject.trip_end_notification };

Expand Down

0 comments on commit e7dfa4d

Please sign in to comment.