Skip to content

Commit

Permalink
Update packages/cloudflare/src/cli/build/patches/plugins/fetch-cache-…
Browse files Browse the repository at this point in the history
…wait-until.ts

Co-authored-by: Victor Berchet <[email protected]>
  • Loading branch information
dario-piotrowicz and vicb authored Feb 11, 2025
1 parent 8d53b0f commit 4bf3c4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rule:
pattern: let [$CLONED1, $CLONED2]
fix: |
globalThis.__openNextAls.getStore().waitUntil($PROMISE);
globalThis.__openNextAls?.getStore()?.waitUntil?.($PROMISE);
return $CLONED2;
`;

Expand Down

0 comments on commit 4bf3c4b

Please sign in to comment.