Skip to content

Commit

Permalink
fix error from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-coggin committed Nov 7, 2023
1 parent d6243c2 commit c12af1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ def debug?
# @return [Boolean]
def gov_one_login_enabled?
Types::Params::Bool[ENV.fetch('GOV_ONE_LOGIN_ENABLED', false)]
end

# @return [Boolean]
def maintenance?
Types::Params::Bool[ENV.fetch('MAINTENANCE', false)]

end

# @return [ActiveSupport::TimeWithZone]
Expand Down

0 comments on commit c12af1b

Please sign in to comment.