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

Commit d409037

Browse files
committed
chore: use object shorthand for properties
1 parent e64559d commit d409037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ exports.configureDecoder = (options) => {
114114
}
115115

116116
const decoderOptions = {
117-
tags: tags,
117+
tags,
118118
size: currentSize
119119
}
120120

0 commit comments

Comments
 (0)