Skip to content

Commit

Permalink
APSR-868 - Remove Terms of Use Agreement (Prod)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Walker committed Oct 18, 2018
1 parent 6c15d37 commit 83eb77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/RemoveSageTermsAgreement.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import scala.concurrent.ExecutionContext.Implicits.global
@Singleton
class RemoveSageTermsAgreement @Inject()(applicationRepository: ApplicationRepository) {

val applicationId: UUID = UUID.fromString("ab349380-17cc-4de0-a7ac-c76baedd7133") // QA - API Platform
// val applicationId: UUID = UUID.fromString("33575d00-95cb-4e36-97b0-949d99b0a081") // Prod - Sage Application
// val applicationId: UUID = UUID.fromString("ab349380-17cc-4de0-a7ac-c76baedd7133") // QA - API Platform
val applicationId: UUID = UUID.fromString("33575d00-95cb-4e36-97b0-949d99b0a081") // Prod - Sage Application

val logPrefix = "RemoveSageTermsAgreement"

Expand Down

0 comments on commit 83eb77d

Please sign in to comment.