fix(backend): bad_request starts from 400
This commit is contained in:
parent
530d04ffe0
commit
b21419a8b9
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ func (b *builder) handleMessage(message Message, messageID uint64) {
|
|||
Status: msg.Status,
|
||||
Duration: msg.Duration,
|
||||
})
|
||||
if msg.Status >= 300 {
|
||||
if msg.Status >= 400 {
|
||||
b.appendReadyMessage(&IssueEvent{
|
||||
Type: "bad_request",
|
||||
MessageID: messageID,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue