Skip to content

Commit a66aafc

Browse files
committed
Missing semicolon
Signed-off-by: Fabio José <[email protected]>
1 parent 218d889 commit a66aafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/fun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const asData = (data, contentType) => {
6565
: result;
6666

6767
return result;
68-
}
68+
};
6969

7070
module.exports = {
7171
isString,

0 commit comments

Comments
 (0)