Fix markup

This commit is contained in:
aignatov-bio 2020-09-25 15:07:00 +02:00
parent 1ed65eddfa
commit cd9b143bc5

View file

@ -216,6 +216,6 @@ module ApplicationHelper
end
def wopi_enabled?
ENV['WOPI_ENABLED'] == 'true' || true
ENV['WOPI_ENABLED'] == 'true'
end
end