mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 09:30:45 +00:00
refactor(linter): Перейти на friflex_linter, обновить правила
This commit is contained in:
@@ -25,9 +25,7 @@ final class AppHttpClient implements IHttpClient {
|
||||
..connectTimeout = const Duration(seconds: 5)
|
||||
..sendTimeout = const Duration(seconds: 7)
|
||||
..receiveTimeout = const Duration(seconds: 10)
|
||||
..headers = {
|
||||
'Content-Type': 'application/json',
|
||||
};
|
||||
..headers = {'Content-Type': 'application/json'};
|
||||
debugService.log('HTTP client created');
|
||||
_httpClient.interceptors.add(debugService.dioLogger);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user