Skip to content

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
make lint happy
  • Loading branch information
jimmywarting committed Jan 4, 2022
1 parent cdb0ad9 commit f17be2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -43,4 +43,4 @@ module.exports.Test = Test;
/**
* Expose the agent function
*/
module.exports.agent = agent
module.exports.agent = agent;

0 comments on commit f17be2a

Please sign in to comment.