Skip to content

Commit

Permalink
Oops remove test env
Browse files Browse the repository at this point in the history
  • Loading branch information
rosschapman committed Oct 28, 2023
1 parent 5cc3b88 commit ca1b154
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .env.test

This file was deleted.

1 change: 0 additions & 1 deletion app/models/neighborhood/time_zone_mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module TimeZoneMixin
# We will probably want to fall-back to the current_person, then browser, then current_space time zones once we
# gain access to them.
def set_time_zone(&block)
Rails.logger.debug { ENV }
Time.use_zone(ENV.fetch("NEIGHBORHOOD_TIME_ZONE"), &block)
end

Expand Down

0 comments on commit ca1b154

Please sign in to comment.