Skip to content

Commit f17be2a

Browse files
committedJan 4, 2022
add missing comma
make lint happy
1 parent cdb0ad9 commit f17be2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ module.exports.Test = Test;
4343
/**
4444
* Expose the agent function
4545
*/
46-
module.exports.agent = agent
46+
module.exports.agent = agent;

0 commit comments

Comments
 (0)
Please sign in to comment.