Skip to content

Commit

Permalink
Update packages/next/src/client/components/router-reducer/fill-cache-…
Browse files Browse the repository at this point in the history
…with-data-property.ts

Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
  • Loading branch information
ztanner and timneutkens authored Nov 15, 2023
1 parent 3246094 commit 1dd3f8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function fillCacheWithDataProperty(
existingCache: CacheNode,
flightSegmentPath: FlightSegmentPath,
fetchResponse: () => Promise<FetchServerResponseResult>
) {
): void {
const isLastEntry = flightSegmentPath.length <= 2

const [parallelRouteKey, segment] = flightSegmentPath
Expand Down

0 comments on commit 1dd3f8b

Please sign in to comment.