Skip to content

Commit f2a5466

Browse files
committed
just putting this back
1 parent dc89540 commit f2a5466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = libheif => {
7777
return {
7878
width: image.get_width(),
7979
height: image.get_height(),
80-
decode: async () => await decodeImage(image),
80+
decode: async () => await decodeImage(image)
8181
};
8282
}), 'dispose', {
8383
enumerable: false,

0 commit comments

Comments
 (0)