Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Nov 15, 2024
1 parent d5b0cc7 commit ab59084
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/cache/memory-cache-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ class MemoryCacheStore {
const store = this
const body = []

// TODO (fix): Make sure user can't modify...
// key = structuredClone(key)
// opts = structuredClone(opts)

return new Writable({
write (chunk, encoding, callback) {
if (typeof chunk === 'string') {
Expand Down

0 comments on commit ab59084

Please # to comment.