Skip to content

Commit

Permalink
Merge pull request #599 from the-hideout/dependabot/npm_and_yarn/src/…
Browse files Browse the repository at this point in the history
…tarkov-data-manager/npm-dependencies-e51978445c

Bump the npm-dependencies group across 1 directory with 5 updates
  • Loading branch information
Razzmatazzz authored Jan 20, 2025
2 parents 90ef9e4 + 9f944e8 commit 22dc652
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 195 deletions.
2 changes: 1 addition & 1 deletion src/tarkov-data-manager/modules/cloudflare.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const cloudflare = {
}
//return doRequest('PUT', 'values', key, zlib.gzipSync(value).toString(encoding), false, {compression: 'gzip', encoding: encoding}).then(response => {
//return doRequest({method: 'PUT', path: `values/${key}`, body: value, ...options});
return client.kv.namespaces.bulk.update(namespace, {
return client.kv.namespaces.bulkUpdate(namespace, {
account_id: accountId,
body: [{
key,
Expand Down
Loading

0 comments on commit 22dc652

Please sign in to comment.