DEV: Remove unnecessary semicolon

This commit is contained in:
David Taylor 2018-12-04 11:45:17 +00:00 committed by GitHub
parent 48ed2a6e8f
commit 790f1bb8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ after_initialize do
add_admin_route 'chat_integration.menu_title', 'chat'
AdminDashboardData.add_problem_check do
error = false;
error = false
DiscourseChat::Channel.find_each do |channel|
error = true unless channel.error_key.blank?
end