Skip to content

Commit f6b0c27

Browse files
authored
Merge pull request #480 from Stellar-xcrow/fix/indexer-database-unclosed-delimiter
fix: restore mangled function signature in indexer/src/database.rs
2 parents d2b2105 + 7246d0a commit f6b0c27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

indexer/src/database.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl Database {
5858
pub fn pool(&self) -> &PgPool {
5959
&self.pool
6060
}
61-
(&self, event: &Event) -> Result<(), AppError> {
61+
6262
/// Record a slow query to the slow_query_log table (fire-and-forget).
6363
/// Only logs queries exceeding `threshold_ms`.
6464
pub fn log_slow_query(

0 commit comments

Comments
 (0)