Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
subha1206 committed Aug 2, 2023
1 parent b21ef8a commit 5c7cefc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@uppy/companion/src/server/Uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ class Uploader {
// https://github.com/transloadit/uppy/issues/3748
const keyExpirySec = 60 * 60 * 24
const redisKey = `${Uploader.STORAGE_PREFIX}:${this.token}`
// this.storage.set(redisKey, jsonStringify(state), 'EX', keyExpirySec)
this.storage.set(redisKey, jsonStringify(state), {
EX: keyExpirySec,
})
Expand Down

0 comments on commit 5c7cefc

Please sign in to comment.