Skip to content

Commit

Permalink
fix: do not need to stringify metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed May 20, 2021
1 parent 19602da commit 604e1b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cron/src/lib/cloudflare.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ export class Cloudflare {
kvs = kvs.map((kv) => ({
...kv,
value: JSON.stringify(kv.value),
metadata: kv.metadata ? JSON.stringify(kv.metadata) : undefined,
}))
return this.fetchJSON(url.toString(), {
method: 'PUT',
Expand Down

0 comments on commit 604e1b0

Please sign in to comment.