Skip to content

Commit

Permalink
Silence constant redefinition warning
Browse files Browse the repository at this point in the history
  • Loading branch information
svevang committed Aug 10, 2023
1 parent 2052046 commit 1516c81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/models/apple/api_waiting.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
API_WAIT_INTERVAL = 2.seconds
API_WAIT_TIMEOUT = 5.minutes

module Apple
module ApiWaiting
API_WAIT_INTERVAL = 2.seconds
API_WAIT_TIMEOUT = 5.minutes

extend ActiveSupport::Concern
included do
def self.current_time
Expand Down

0 comments on commit 1516c81

Please sign in to comment.