mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-07-06 22:02:14 +00:00
DEV: Remove unnecessary semicolon
This commit is contained in:
parent
48ed2a6e8f
commit
790f1bb8b5
@ -25,7 +25,7 @@ after_initialize do
|
|||||||
add_admin_route 'chat_integration.menu_title', 'chat'
|
add_admin_route 'chat_integration.menu_title', 'chat'
|
||||||
|
|
||||||
AdminDashboardData.add_problem_check do
|
AdminDashboardData.add_problem_check do
|
||||||
error = false;
|
error = false
|
||||||
DiscourseChat::Channel.find_each do |channel|
|
DiscourseChat::Channel.find_each do |channel|
|
||||||
error = true unless channel.error_key.blank?
|
error = true unless channel.error_key.blank?
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user