Merge remote-tracking branch 'origin/main' into devel

This commit is contained in:
Bryan Stitt 2023-05-31 17:12:59 -07:00
commit 79e52f4cdb

@ -349,7 +349,7 @@ impl BufferedRpcQueryStats {
}; };
// (1) Do some general bookkeeping on the user // (1) Do some general bookkeeping on the user
if self.sum_credits_used == 0 { if self.sum_credits_used == 0.into() {
// return early because theres no need to touch the balance table // return early because theres no need to touch the balance table
return Ok(()); return Ok(());
} }