probot / reminders

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

Use object destructuring in reminders.js #20

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. I would like to make a PR to fix this.