Skip to content

Commit dbbef52

Browse files
committed
fix: restore comment
1 parent 96863c7 commit dbbef52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/runtime/server/cache.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,7 @@ 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.
866867
// 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
867868
// so we remember to remove this when the tid package updates
868869
globalThis.fetch = async (input: URL | RequestInfo, init?: RequestInit): Promise<Response> => {

0 commit comments

Comments
 (0)