fix lint stuff

Signed-off-by: Kiss Miklos <miklos@roadie.io>
This commit is contained in:
Kiss Miklos
2022-09-24 17:55:39 +02:00
parent 253453fa14
commit 5ca599b381
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-scaffolder-backend': minor
---
Added a new property called `additionalTemplateGlobals` which allowes you to add global functions to the scaffolder nunjucks templates.
Added a new property called `additionalTemplateGlobals` which allows you to add global functions to the scaffolder nunjucks templates.
@@ -189,7 +189,6 @@ export class NunjucksWorkflowRunner implements WorkflowRunner {
);
const { integrations } = this.options;
console.log(this.options.additionalTemplateGlobals, '@@@%%%%%%%%%%@@@');
const renderTemplate = await SecureTemplater.loadRenderer({
// TODO(blam): let's work out how we can deprecate this.
// We shouldn't really need to be exposing these now we can deal with