Skip to content

Commit

Permalink
fix compiler warning --autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Keller committed Mar 14, 2017
1 parent 8118a4f commit c4748f9
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?.absoluteString ?? "https://example.com")"
}
}

Expand Down

0 comments on commit c4748f9

Please sign in to comment.