Skip to content

Commit

Permalink
fixed compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Keller committed Feb 13, 2017
1 parent e11dbd9 commit 29ab8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Filter.swift
Expand Up @@ -377,7 +377,7 @@ class Filter {
}
else if let q = post as? Question {
if (post.id ?? 1) % 10000 == 0 && q.last_edit_date == nil {
rooms.first.postMessage("[ [\(botName)](\(githubLink)) ] " +
rooms.first!.postMessage("[ [\(botName)](\(githubLink)) ] " +
"[tag:\(tags(for: post).first ?? "tagless")] Potentially bad question: " +
"[\(post.title ?? "<no title>")](//youtube.com/watch?v=dQw4w9WgXcQ)"
)
Expand Down

0 comments on commit 29ab8f1

Please sign in to comment.