Skip to content

Commit

Permalink
chore: ignore type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsadhu committed Sep 25, 2024
1 parent 5a575a8 commit 858a50f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,9 @@ export default class PodiumLayout {
incoming.css = [...this.cssRoute];
incoming.js = [...this.jsRoute];

// @ts-ignore
if (context) await this.context.process(incoming);
// @ts-ignore
if (proxy) await this.httpProxy.process(incoming);

return incoming;
Expand Down

0 comments on commit 858a50f

Please sign in to comment.