chore: fix typescript issues with scaffolder-backend now the publishers require a logger :)

This commit is contained in:
blam
2020-12-28 17:41:25 +01:00
parent f60b02bec4
commit e203b56d13
@@ -159,6 +159,7 @@ export async function createRouter(
const result = await publisher.publish({
values: ctx.values,
directory: ctx.resultDir,
logger: ctx.logger,
});
return result;
},