Skip to content

Commit

Permalink
chore: request is now mandatory prop when initializing createWithCach…
Browse files Browse the repository at this point in the history
…e (2024.10)
  • Loading branch information
gmilon committed Nov 4, 2024
1 parent a1bd9bf commit 24ef5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hydrogen/src/weaverse-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class WeaverseClient {
this.cache = cache
this.waitUntil = waitUntil
this.countries = countries
this.withCache = createWithCache({ cache, waitUntil })
this.withCache = createWithCache({ cache, waitUntil, request })

this.configs = getWeaverseConfigs(request, env as HydrogenEnv)

Expand Down

0 comments on commit 24ef5f8

Please sign in to comment.