Skip to content

Commit

Permalink
Automatic update to new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
torben committed Jun 29, 2022
1 parent 7dac6e7 commit 88ff441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class Template implements PluginHandler {
):Promise<void> {
if (
state.configuration.renderAfterConfigurationUpdates &&
((state as unknown as ServicesState).services as Partial<Services>)
((state as unknown as State).services as Partial<Services>)
.ejs?.render
)
await (state as unknown as State).services.ejs.render(
Expand Down

0 comments on commit 88ff441

Please sign in to comment.