Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

chore: use object shorthand for properties #77

Merged
merged 1 commit into from Apr 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -104,7 +104,7 @@ exports.decode = function decode (buf) {
}

return {
code: code,
code,
name: codes[code],
length: len,
digest: buf
Expand Down