Skip to content

Commit

Permalink
editoast: fix error name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shenriotpro committed Nov 6, 2023
1 parent e08d0e1 commit 46f8c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editoast/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl EditoastError for diesel_async::pooled_connection::deadpool::PoolError {
}

fn get_type(&self) -> &str {
"editoast:DatabePoolError"
"editoast:DatabasePoolError"
}
}

Expand Down

0 comments on commit 46f8c64

Please sign in to comment.