Skip to content

Commit

Permalink
fix a small bug --autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
double-fault committed Mar 28, 2017
1 parent d029967 commit 8c0ee20
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 {
if (post.closed_reason == nil) {
return report(post: post, reason: reason)
} else {
print ("Not reporting \(post.id) as it is closed.")
print ("Not reporting \(post.id ?? 0) as it is closed.")
return .notBad
}
}
Expand Down

0 comments on commit 8c0ee20

Please sign in to comment.