Use all results

This commit is contained in:
asonix 2018-11-04 20:26:26 -06:00
parent d8ff979616
commit 3c8fe03bca

View file

@ -166,7 +166,7 @@ impl Storage {
&bucket,
&id.to_string(),
Bincode::to_value_buf(self.runner_id)?,
);
)?;
txn.commit()?;
Ok(())