Skip to content

Commit

Permalink
Merge pull request #376 from gmilon/fix/hydrogen-2024.10
Browse files Browse the repository at this point in the history
chore: request is now mandatory prop createWithCache (2024.10)
  • Loading branch information
paul-phan authored Nov 4, 2024
2 parents a1bd9bf + 24ef5f8 commit 53146c5
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 53146c5

Please sign in to comment.