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 4093050 commit 569fa39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ export class Template implements PluginHandler {
):Promise<void> {
if (
state.configuration.renderAfterConfigurationUpdates &&
(state as unknown as State).services?.render
((state as unknown as ServicesState).services as Partial<Services>)
.ejs?.render
)
await (state as unknown as State).services.ejs.render(
state as unknown as State
Expand Down

0 comments on commit 569fa39

Please sign in to comment.