Skip to content

Commit 89f14ce

Browse files
committed
fix comment
1 parent c0982ff commit 89f14ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/runtime/utils/event-type-check.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface CfEventDirect extends EventBase {
2222
}
2323

2424
// Nested shape: cf and cloudflare are under _platform
25-
// Since Nitro v2.12.0 (PR: https://github.com/nitrojs/nitro/commit/911a63bc478183acb472d05e977584dcdce61abf)
25+
// Since Nitro v2.11.7 (PR: https://github.com/nitrojs/nitro/pull/3224)
2626
interface CfEventPlatform extends EventBase {
2727
context: {
2828
_platform: {

0 commit comments

Comments
 (0)