Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
2 parents 2a4b51e + 2cd00b3 commit e3d9d1f
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 6 deletions.
43 changes: 39 additions & 4 deletions examples/cloudflare-workers/web-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/cloudflare-workers/web-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"wrangler": "^3.0.0"
},
"dependencies": {
"@gomomento/sdk-core": "^1.38.0",
"@gomomento/sdk-core": "^1.40.0",
"@gomomento/sdk-web": "^1.39.3",
"xhr4sw": "^0.0.5"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export {
};

// Note: all promises in batch request workers have a client-side timeout deadline
// because grpc request timeouts are baked into the cache client. The timeout can be
// because grpc request timeouts are baked into the cache client. The timeout can be
// overridden using the `withClientTimeoutMillis` function.

export async function batchGet(
Expand Down

0 comments on commit e3d9d1f

Please sign in to comment.