We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cfa81 commit bc6843bCopy full SHA for bc6843b
nexus/db-queries/src/db/datastore/fm.rs
@@ -226,7 +226,7 @@ impl DataStore {
226
// this in order to determine the parent of that sitrep, so that we can
227
// select all other sitreps with that parent.
228
let meta = self
229
- .fm_sitrep_metadata_read_on_conn(version.id, &*conn)
+ .fm_sitrep_metadata_read_on_conn(version.id, &conn)
230
.await
231
.map_err(|e| {
232
e.internal_context("fetching metadata for committed sitrep")
0 commit comments