aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/sample_recipe
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2021-11-01 00:51:01 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-01 05:21:01 +0530
commitd8e3b3fec7d2feb058379647cf3eef09e51cd744 (patch)
tree9b4db76939b3ac3303fb58d104686ee782eb82db /scripts/sample_recipe
parentfeature: Add Moodle recipe (diff)
downloadferdium-recipes-d8e3b3fec7d2feb058379647cf3eef09e51cd744.tar.gz
ferdium-recipes-d8e3b3fec7d2feb058379647cf3eef09e51cd744.tar.zst
ferdium-recipes-d8e3b3fec7d2feb058379647cf3eef09e51cd744.zip
Use PascalCasing for generated backend API class name (#759)
Diffstat (limited to 'scripts/sample_recipe')
-rw-r--r--scripts/sample_recipe/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sample_recipe/index.js b/scripts/sample_recipe/index.js
index b947467..b0dad05 100644
--- a/scripts/sample_recipe/index.js
+++ b/scripts/sample_recipe/index.js
@@ -1 +1 @@
module.exports = Ferdi => class SCLEAN extends Ferdi {}; module.exports = Ferdi => class SPASCAL extends Ferdi {};