mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-21 19:40:59 +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,
|
||||
&id.to_string(),
|
||||
Bincode::to_value_buf(self.runner_id)?,
|
||||
);
|
||||
)?;
|
||||
txn.commit()?;
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Reference in a new issue