Skip to content

Commit

Permalink
fix: Merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
x1m3 committed Nov 7, 2023
1 parent a5d258d commit 819d87e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 245 deletions.
2 changes: 1 addition & 1 deletion internal/api/config_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (s *Server) GetConfig(_ context.Context, _ GetConfigRequestObject) (GetConf

KeyValue{
Key: "ISSUER_API_IPFS_GATEWAY_URL",
Value: s.cfg.IFPS.GatewayURL,
Value: s.cfg.IPFS.GatewayURL,
},
}

Expand Down
2 changes: 1 addition & 1 deletion internal/api_ui/config_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (s *Server) GetConfig(_ context.Context, _ GetConfigRequestObject) (GetConf

KeyValue{
Key: "ISSUER_API_IPFS_GATEWAY_URL",
Value: s.cfg.IFPS.GatewayURL,
Value: s.cfg.IPFS.GatewayURL,
},
}

Expand Down
1 change: 0 additions & 1 deletion internal/core/services/claims.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func NewClaim(repo ports.ClaimsRepository, idenSrv ports.IdentityService, qrServ
}
if ipfsGatewayURL != "" {
s.ipfsClient = shell.NewShell(ipfsGatewayURL)
s.ipfsGatewayURL = ipfsGatewayURL
}
return s
}
Expand Down
242 changes: 0 additions & 242 deletions internal/loader/w3CDocumentLoader.go

This file was deleted.

0 comments on commit 819d87e

Please sign in to comment.