Skip to content

Commit

Permalink
haha
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Dec 2, 2023
1 parent 7c1a86b commit 2d8a712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conninfo_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl ConnInfoStore {
.fetch_optional(&self.storage)
.await?;
if let Some((bts,)) = bts {
Ok(stdcode::deserialize(&bts)?)
Ok(Some(stdcode::deserialize(&bts)?))
} else {
Ok(None)
}
Expand Down

0 comments on commit 2d8a712

Please sign in to comment.