Skip to content

Commit 67203b7

Browse files
committed
hot-fix | add api_version as env variable set by default
1 parent d39b552 commit 67203b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/platform/repository/integrity_repository.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ func NewBloockIntegrityRepository(ctx context.Context, l zerolog.Logger) reposit
4141
httpClient: http.Client{},
4242
apiKey: apiKey,
4343
client: c,
44+
apiVersion: config.Configuration.Api.ApiVersion,
4445
logger: logger,
4546
}
4647
}

0 commit comments

Comments
 (0)