dnsimple / dnsimple-node

The DNSimple API client for Node.js.
https://developer.dnsimple.com/
MIT License
47 stars 18 forks source link

Replace `function () {` with `() => {` #70

Closed san983 closed 2 years ago

san983 commented 3 years ago

In https://github.com/dnsimple/dnsimple-node/pull/66#pullrequestreview-526442658 @dallasread commented:

At some point, we should do a find-and-replace of function () { to () => { so we can get rid of the const self = this