Skip to content

Commit

Permalink
fix: alice_chopper error status (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse authored Jun 22, 2024
1 parent 209f61c commit 7eace3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/alice_chopper/lib/alice_chopper_adapter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class AliceChopperAdapter with AliceAdapter implements Interceptor {

/// Add empty response to Alice core
aliceCore.addResponse(
AliceHttpResponse(),
AliceHttpResponse()..status = -1,
requestId,
);

Expand Down

0 comments on commit 7eace3e

Please sign in to comment.