Skip to content

Commit

Permalink
resolving codacy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Snafkin547 committed May 29, 2024
1 parent ebd1199 commit d7199f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jiff-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function JIFFClient(hostname, computation_id, options) {
*/
this.helpers = {};
Object.getOwnPropertyNames(Helpers.prototype).forEach((method) => {
this.helpers[method] = Helpers.prototype[method];
this.helpers[String(method)] = Helpers.prototype[String(method)];
});

/**
Expand Down

0 comments on commit d7199f9

Please sign in to comment.