Skip to content

Commit dbb33d7

Browse files
chore: add missing semicolon in test-types.d.ts
1 parent 51ce1f4 commit dbb33d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp-worker/test-types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
*/
44

55
declare module 'cloudflare:test' {
6-
export const SELF: Fetcher;
6+
export const SELF: Fetcher
77
}

0 commit comments

Comments
 (0)