Skip to content

Commit

Permalink
Upgrade datocms-listen
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Jan 17, 2025
1 parent b0ac32b commit becd47e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 5 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/pages/blog/[slug]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ import { defaultInlineRecordComponents } from '~/components/inlineRecords';
const variables = { slug: Astro.params.slug! };
const { post } = await executeQuery(Astro, query, { variables });
console.log(post);
if (!post) {
avoidAstroTypeCheckBug(notFoundResponse);
return notFoundResponse();
Expand Down

0 comments on commit becd47e

Please sign in to comment.