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 8cc9e95 commit d48ad11Copy full SHA for d48ad11
mithril-aggregator/src/database/provider/cardano_transaction.rs
@@ -207,7 +207,7 @@ impl<'client> Provider<'client> for InsertCardanoTransactionProvider<'client> {
207
let aliases = SourceAlias::new(&[("{:cardano_tx:}", "cardano_tx")]);
208
let projection = Self::Entity::get_projection().expand(aliases);
209
210
- format!("insert or ignore into cardano_tx {condition} returning {projection}")
+ format!("insert or ignore into cardano_tx {condition} returning {projection}")
211
}
212
213
0 commit comments