Skip to content

Commit

Permalink
trying to fix a bug with unclosed reports command
Browse files Browse the repository at this point in the history
  • Loading branch information
double-fault committed Mar 13, 2017
1 parent 81f62e6 commit e9caa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CommandUnclosed.swift
Expand Up @@ -72,7 +72,7 @@ class CommandUnclosed: Command {
//post is not closed
//message.room.postMessage("\(post.link)")

messageClosed = messageClosed + "\n \(post.link!)"
messageClosed = messageClosed + "\n \(post.link)"
}
}

Expand Down

0 comments on commit e9caa97

Please sign in to comment.