Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/no-carrier.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-04-14 22:16:52 +0300
committerChris Rebert <code@rebertia.com>2015-04-14 22:16:52 +0300
commit36c5f614bf0ed02e727a95bf5e3aed45ecc508e7 (patch)
tree3ba203b72e41e7b836bae6b8af994b838af17bdb
parent9b5709ba7546cac4b2a9699a39a7bffa742a0562 (diff)
remove stray experiment
-rw-r--r--src/main/scala/com/getbootstrap/no_carrier/Main.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/com/getbootstrap/no_carrier/Main.scala b/src/main/scala/com/getbootstrap/no_carrier/Main.scala
index 2ea1728..e804ef3 100644
--- a/src/main/scala/com/getbootstrap/no_carrier/Main.scala
+++ b/src/main/scala/com/getbootstrap/no_carrier/Main.scala
@@ -62,7 +62,7 @@ object Main extends App with StrictLogging {
|If the user does later end up responding, a team member will be happy to reopen this issue.
|After a long period of further inactivity, this issue may get automatically locked.
|""".stripMargin
- issue.smart.createdAt.toInstant
+
val attempt = Try{ issue.comments.post(explanatoryComment) }.flatMap{ comment => {
logger.info(s"Posted comment #${comment.number}")
Try{ issue.smart.close() }