fix: search

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-24 10:20:43 +08:00
parent f110c2a55f
commit 92f02b5943

View File

@@ -132,7 +132,7 @@ class AccountManager extends Interceptor {
...cookies, ...cookies,
]); ]);
options.headers[HttpHeaders.cookieHeader] = options.headers[HttpHeaders.cookieHeader] =
newCookies.isNotEmpty ? newCookies : null; newCookies.isNotEmpty ? newCookies : '';
handler.next(options); handler.next(options);
}).catchError((dynamic e, StackTrace s) { }).catchError((dynamic e, StackTrace s) {
final err = DioException( final err = DioException(