mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 11:36:05 +00:00
fix: resolve linting/import issues
This commit is contained in:
@@ -211,7 +211,7 @@ impl DBOrganization {
|
||||
exec: E,
|
||||
) -> Result<Vec<DBProjectId>, super::DatabaseError>
|
||||
where
|
||||
E: database::Executor<'a, Database = sqlx::Postgres>,
|
||||
E: crate::database::Executor<'a, crate::Database = sqlx::Postgres>,
|
||||
{
|
||||
use futures::TryStreamExt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user