small fix to rate status update
This commit is contained in:
parent
1eb74acb3e
commit
8ff3e37044
1 changed files with 2 additions and 1 deletions
|
@ -701,8 +701,9 @@ impl ProjectSearchView {
|
|||
}));
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
semantic_state.maintain_rate_limit = None;
|
||||
}
|
||||
semantic_state.maintain_rate_limit = None;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue