Skip to content

Commit

Permalink
Freeze tables
Browse files Browse the repository at this point in the history
  • Loading branch information
madejejej committed Jan 15, 2020
1 parent dbd5e94 commit b9baf45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/castle/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def initialize
self.host = HOST
self.port = PORT
self.url_prefix = URL_PREFIX
self.whitelisted = []
self.blacklisted = []
self.whitelisted = [].freeze
self.blacklisted = [].freeze
self.api_secret = ''
end

Expand Down

0 comments on commit b9baf45

Please sign in to comment.