mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 03:10:46 -06:00
6 lines
128 B
Ruby
6 lines
128 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class ProblemCheck::BadFaviconUrl < ProblemCheck::InlineProblemCheck
|
||
|
self.priority = "low"
|
||
|
end
|