Skip to content

Commit

Permalink
refactor: remove unnecessary comments and streamline response handlin…
Browse files Browse the repository at this point in the history
…g in +page.ts
  • Loading branch information
Izobov committed Nov 21, 2024
1 parent c9874cd commit 0653718
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ export const load = (async ({ fetch, params }) =>
{
authorArticleUrl: permalink
}
),
/**
* @description
* 📣 `Data` object for target `route`.
*/
response: any = {}
)
;

if (!isUrlValid)
Expand Down

0 comments on commit 0653718

Please sign in to comment.