Skip to content

Commit

Permalink
Fixup type failures
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Oct 7, 2024
1 parent e9e6448 commit 3686797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/astro-cf-sentry/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const onRequest = defineMiddleware(
options: {
dsn: context.env.SENTRY_DSN,
},
// @ts-ignore This may fail due to a type mismatch, but it's correct
request,
context: context.ctx,
},
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-obsidian/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Node, RemarkPlugin } from "@astrojs/markdown-remark";
import type { RemarkPlugin } from "@astrojs/markdown-remark";
import { visit } from "unist-util-visit";
import internalLinkPlugin from "./internal-link";
import embedPlugin from "./embed";
Expand Down

0 comments on commit 3686797

Please sign in to comment.