mirror of
https://github.com/immich-app/immich.git
synced 2025-11-13 22:32:58 +09:00
chore(server): update openapi (#2205)
This commit is contained in:
2
mobile/openapi/lib/auth/api_key_auth.dart
generated
2
mobile/openapi/lib/auth/api_key_auth.dart
generated
@@ -20,7 +20,7 @@ class ApiKeyAuth implements Authentication {
|
||||
String apiKey = '';
|
||||
|
||||
@override
|
||||
void applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams) {
|
||||
Future<void> applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams,) async {
|
||||
final paramValue = apiKeyPrefix.isEmpty ? apiKey : '$apiKeyPrefix $apiKey';
|
||||
|
||||
if (paramValue.isNotEmpty) {
|
||||
|
||||
Reference in New Issue
Block a user