mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-22 03:51:00 +00:00
Use all results
This commit is contained in:
parent
d8ff979616
commit
3c8fe03bca
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ impl Storage {
|
||||||
&bucket,
|
&bucket,
|
||||||
&id.to_string(),
|
&id.to_string(),
|
||||||
Bincode::to_value_buf(self.runner_id)?,
|
Bincode::to_value_buf(self.runner_id)?,
|
||||||
);
|
)?;
|
||||||
txn.commit()?;
|
txn.commit()?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
Loading…
Reference in a new issue