Applied rubocop.
This commit is contained in:
parent
8de67262d3
commit
70de454d48
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class Service::Image::Zammad
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.organization_suggest(domain)
|
def self.organization_suggest(domain)
|
||||||
image = self.organization(domain)
|
image = organization(domain)
|
||||||
return false if !image
|
return false if !image
|
||||||
|
|
||||||
# store image 1:1
|
# store image 1:1
|
||||||
|
|
Loading…
Reference in a new issue