Skip to content

Commit b910223

Browse files
cll-ggapp-token-issuer-engops[bot]
authored andcommitted
PR review: remove http status code + use uint64 for tx id (#277)
--------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent b10d18d commit b910223

2 files changed

Lines changed: 18 additions & 28 deletions

File tree

svr/v1/fastlane_atlas_error.pb.go

Lines changed: 17 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

svr/v1/fastlane_atlas_error.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ message FastLaneAtlasError {
1212
string nonce = 5;
1313
string error_type = 6;
1414
string error_message = 7;
15-
int32 http_status_code = 8;
16-
int64 transaction_id = 9;
15+
uint64 transaction_id = 9;
1716
string atlas_url = 10;
1817
int64 created_at = 11;
1918
}

0 commit comments

Comments
 (0)