We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39b552 commit 67203b7Copy full SHA for 67203b7
internal/platform/repository/integrity_repository.go
@@ -41,6 +41,7 @@ func NewBloockIntegrityRepository(ctx context.Context, l zerolog.Logger) reposit
41
httpClient: http.Client{},
42
apiKey: apiKey,
43
client: c,
44
+ apiVersion: config.Configuration.Api.ApiVersion,
45
logger: logger,
46
}
47
0 commit comments