File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/open-next/src/types Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ export type TagCacheMetaFile = {
98
98
revalidatedAt : { N : string } ;
99
99
} ;
100
100
101
- // Cache context since https://github.com/ vercel/next.js/pull/ 76207
101
+ // Cache context since vercel/next.js# 76207
102
102
interface SetIncrementalFetchCacheContext {
103
103
fetchCache : true ;
104
104
fetchUrl ?: string ;
@@ -124,14 +124,14 @@ interface SetIncrementalResponseCacheContext {
124
124
isFallback ?: boolean ;
125
125
}
126
126
127
- // Before #76207 revalidate was passed this way
127
+ // Before vercel/next.js #76207 revalidate was passed this way
128
128
interface SetIncrementalCacheContext {
129
129
revalidate ?: number | false ;
130
130
isRoutePPREnabled ?: boolean ;
131
131
isFallback ?: boolean ;
132
132
}
133
133
134
- // Before https://github.com/ vercel/next.js/pull/ 53321 context on set was just the revalidate
134
+ // Before vercel/next.js# 53321 context on set was just the revalidate
135
135
type OldSetIncrementalCacheContext = number | false | undefined ;
136
136
137
137
export type IncrementalCacheContext =
You can’t perform that action at this time.
0 commit comments