Skip to content

Commit 381aecf

Browse files
committed
fix: remove breaking comment
1 parent 357558d commit 381aecf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/runtime/server/cache.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,6 @@ export default defineNitroPlugin(nitroApp => {
863863
const original$fetch = globalThis.$fetch
864864

865865
// Override native fetch for esm.sh requests and to inject test fixture responses
866-
// @ts-expect-error @atcute/tid depends on @atcute/[email protected] which depends on @types/bun causing this type conflict.
867866
// they fixed this in @atcute/time-ms@^1.3.0 but the tid package needs an update. Doing a ts-expect-error rather than an override
868867
// so we remember to remove this when the tid package updates
869868
globalThis.fetch = async (input: URL | RequestInfo, init?: RequestInit): Promise<Response> => {

0 commit comments

Comments
 (0)