mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 17:23:21 +03:00
refactor(server): auth route metadata (#9344)
This commit is contained in:
@@ -103,10 +103,6 @@ const patchOpenAPI = (document: OpenAPIObject) => {
|
||||
continue;
|
||||
}
|
||||
|
||||
if ((operation.security || []).some((item) => !!item[Metadata.PUBLIC_SECURITY])) {
|
||||
delete operation.security;
|
||||
}
|
||||
|
||||
if (operation.summary === '') {
|
||||
delete operation.summary;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user