Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Remove non-existent node destructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinsina committed Oct 22, 2024
1 parent 411452c commit d1b28ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ $ const { path } = input;
$ const config = site.getAsObject("p1events");

<if(config.enabled)>
$ const { type, primarySection, company, createdBy } = node;
$ const entity = {
id: path.replace(/^\//, ""),
ns: ns("static-route"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ $ const { path } = input;
$ const config = site.getAsObject("p1events");

<if(config.enabled)>
$ const { type, primarySection, company, createdBy } = node;
$ const entity = {
id: path.replace(/^\//, ""),
ns: ns("user-route"),
Expand Down

0 comments on commit d1b28ad

Please sign in to comment.