Remove unused DomainControlHelper include from SignedRequest (#35856)

This commit is contained in:
Matt Jankowski 2025-11-04 10:27:42 -05:00 committed by GitHub
parent ef20dcbf95
commit 337f16d33e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,6 @@
# frozen_string_literal: true # frozen_string_literal: true
class SignedRequest class SignedRequest
include DomainControlHelper
EXPIRATION_WINDOW_LIMIT = 12.hours EXPIRATION_WINDOW_LIMIT = 12.hours
CLOCK_SKEW_MARGIN = 1.hour CLOCK_SKEW_MARGIN = 1.hour