mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
Remove unneeded global directives (#10980)
An update to latest `turbo` somehow made these no longer required? 🤷 --------- Co-authored-by: Sean Massa <EndangeredMassa@gmail.com>
This commit is contained in:
@@ -2059,7 +2059,7 @@ export const onPrerenderRoute =
|
||||
}
|
||||
|
||||
const isOmittedOrNotFound = isOmitted || isNotFound;
|
||||
let htmlFsRef: File | null;
|
||||
let htmlFsRef: File | null = null;
|
||||
|
||||
// If enabled, try to get the postponed route information from the file
|
||||
// system and use it to assemble the prerender.
|
||||
|
||||
Reference in New Issue
Block a user