refactor(application): strip comments, DRY ownership check + parse_content_type
This commit is contained in:
@@ -3,7 +3,6 @@ use domain::DomainResult;
|
||||
use super::deps::AdminDeps;
|
||||
use super::queries::GetSettingsQuery;
|
||||
|
||||
/// Get all admin settings as key-value pairs.
|
||||
pub async fn execute(
|
||||
deps: &AdminDeps,
|
||||
_query: GetSettingsQuery,
|
||||
|
||||
Reference in New Issue
Block a user