This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/main.go b/main.go | |
index 5eeaadeb..012c19dd 100644 | |
--- a/main.go | |
+++ b/main.go | |
@@ -339,9 +339,7 @@ func initFactory(ctx context.Context) (deps endpoints.AppDependencies, err error | |
} | |
settingService := setting.NewSettingService(config, db, repository.NewSqlSettingRepository(db), organizationService, fileObjectStorageService, featureService) | |
settingService.AddObserver(observers.NewOrganization2faSettingObserver(organizationService, roleRepository, auth0Client)) | |
- if config.FF_ConfigurableDeletionEnabled { | |
- settingService.AddObserver(observers.NewOrganizationDeletionTimelineObserver(dbTransactionManager, signatureRepository)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Code generated by counterfeiter. DO NOT EDIT. | |
package repositoryfakes | |
import ( | |
"context" | |
"sync" | |
"time" | |
"github.com/certifaction/api/model" | |
"github.com/certifaction/api/signature_requests/repository" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
isActionRequired: true, | |
payload: JWT_ENCRYPTED({ | |
"requiresData": true, | |
"requiresLinking": false, | |
"requiresMigration": true, | |
"linkingPayload": null, | |
"userData": { | |
"zipCode": "", | |
"city": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TAP version 13 | |
# Subtest: reqheaders ignored #748 - test matching | |
0 passing (1ms) | |
not ok 1 - test unfinished: reqheaders ignored #748 - test matching | |
--- | |
at: | |
line: 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error applying plan: | |
4 error(s) occurred: | |
* aws_api_gateway_integration.community_integration: Error creating API Gateway Integration: BadRequestException: Invalid mapping expression specified: Validation Result: warnings : [], errors : [Inv | |
alid mapping expression |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.2.19) | |
// Compass (v0.12.6) | |
// ---- | |
$screen-resolutions: ( | |
240 320 360 | |
); | |
@mixin topteaser-font-size { |