chore(server): update openapi (#2205)
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ class HttpBearerAuth implements Authentication {
|
||||
}
|
||||
|
||||
@override
|
||||
void applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams) {
|
||||
Future<void> applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams,) async {
|
||||
if (_accessToken == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user