Skip to content

Commit

Permalink
chore: Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses committed Dec 11, 2024
1 parent b7ae70a commit d1155e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/src/actions/collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl UnifiedCollection {
name: model.name().to_owned(),
queries: T::query_builder(main_db, model.id()).await?,
collection_type: T::collection_type(),
readonly: readonly,
readonly,
};

Ok(collection)
Expand Down

0 comments on commit d1155e2

Please sign in to comment.