Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 21, 2019
1 parent 630807a commit 34e9c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const createCompress = ({
deserialize,
compress: async data => {
if (data === undefined) return data
let serializedData = serialize(data)
const serializedData = serialize(data)
return compress(serializedData)
},
decompress: async data => {
Expand Down

0 comments on commit 34e9c49

Please sign in to comment.