probot / reminders

set reminders on Issues and Pull Requests
https://github.com/apps/reminders
ISC License
162 stars 24 forks source link

fixes #20 by using object destructuring #21

Closed itaditya closed 6 years ago

itaditya commented 6 years ago

At certain places like line 28 in reminders.js we haven't used Object destructuring but at other places we do that. This definitely makes the code inconsistent. This PR fixes that

itaditya commented 6 years ago

@JasonEtco please review my PR :smile:

itaditya commented 6 years ago

@gr2m can you check this ? :sweat_smile: