feat: expose submit types to API (#47293)

* feat: expose submit types to API

* fix: clear file name

* fix: keep submit types out of versioning
This commit is contained in:
Sem Bauke
2022-08-17 20:38:22 +02:00
committed by GitHub
parent 3a0f3a7253
commit c2c7f24d82
3 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ exports.pathsMap = {
[js]: 'js',
[jsProject]: 'js'
};
// determine the component to view for each challenge
// determine the component view for each challenge
exports.viewTypes = {
[html]: 'classic',
[js]: 'classic',