probot / reminders

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

Use template literals in reminders.js #22

Closed itaditya closed 6 years ago

itaditya commented 6 years ago

On line 91 we haven't used template literal. Instead there is an ugly string concatenation. I would like to fix that.