From d8e3b3fec7d2feb058379647cf3eef09e51cd744 Mon Sep 17 00:00:00 2001 From: Bennett Date: Mon, 1 Nov 2021 00:51:01 +0100 Subject: Use PascalCasing for generated backend API class name (#759) --- scripts/sample_recipe/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/sample_recipe') 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 {}; -- cgit v1.2.3-54-g00ecf