Skip to content

Commit f9eb5e1

Browse files
authored
Update index.js
1 parent 480a401 commit f9eb5e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ async function main() {
176176
`hours (${(timeInactiveInHours/24).toFixed(2)} days) ` +
177177
`and will be automatically unassigned after ${willBeUnassignedInHours} ` +
178178
`more hours (${(willBeUnassignedInHours/24).toFixed(2)} days).` +
179-
`${warningInactiveMessage}` +
180179
`If you need help or have questions, please visit slack during ` +
181180
`office hours (Tuesdays 6-8 PM PST) in the #casa channel.` +
182-
`Link to slack: https://rubyforgood.herokuapp.com/`;
181+
`Link to slack: https://rubyforgood.herokuapp.com/` +
182+
`${warningInactiveMessage}`;
183183
try {
184184
await octokit.issues.createComment({
185185
owner: repoOwner,

0 commit comments

Comments
 (0)