Skip to content

Remove unused issuer arg from ResolutionProofingJob#7574

Merged
jmhooper merged 1 commit intomainfrom
jmhooper-remove-unused-arg
Jan 4, 2023
Merged

Remove unused issuer arg from ResolutionProofingJob#7574
jmhooper merged 1 commit intomainfrom
jmhooper-remove-unused-arg

Conversation

@jmhooper
Copy link
Contributor

@jmhooper jmhooper commented Jan 4, 2023

This arg used to be used to determine if ThreatMetrix should be used. This was in place because ThreatMetrix was only active for some service providers. A recent change made Threatmetrix active for all service providers.

This argument was left in place with a nil default to prevent ArgumentErrors when the workers were running old and new code during deployment. Now that the code that used this argument is not running in any deployed environment the argument can be safely removed.

This arg used to be used to determine if ThreatMetrix should be used. This was in place because ThreatMetrix was only active for some service providers. A recent change made Threatmetrix active for all service providers.

This argument was left in place with a `nil` default to prevent ArgumentErrors when the workers were running old and new code during deployment. Now that the code that used this argument is not running in any deployed environment the argument can be safely removed.

[skip changelog]
@jmhooper jmhooper merged commit 78feec8 into main Jan 4, 2023
@jmhooper jmhooper deleted the jmhooper-remove-unused-arg branch January 4, 2023 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants