Skip to content

Commit 849cc47

Browse files
authored
Update mod.rs
1 parent 738be84 commit 849cc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ impl AsyncPgConnection {
459459
Error::SerializationError(
460460
format!("diesel_async failed to replace a type OID serialized in bind value {bind_index}").into(),
461461
)
462-
});
462+
})?;
463463
}
464464
}
465465
let key = match query_id {

0 commit comments

Comments
 (0)