Skip to content

Commit

Permalink
updates content checksum middleware order to 0 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
skotambkar authored Oct 22, 2021
1 parent c32f940 commit c6d57f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class AddChecksumRequiredMiddleware implements GoIntegration {
@Override
public byte getOrder() {
return 127;
return 0;
}

@Override
Expand Down

0 comments on commit c6d57f6

Please sign in to comment.