mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
Update packages
- Trying to find source of null check bug
This commit is contained in:
@ -91,7 +91,7 @@ class InvenTreeFileService extends FileService {
|
||||
_client = client ?? HttpClient();
|
||||
|
||||
if (_client != null) {
|
||||
_client?.badCertificateCallback = (cert, host, port) {
|
||||
_client!.badCertificateCallback = (cert, host, port) {
|
||||
print("BAD CERTIFICATE CALLBACK FOR IMAGE REQUEST");
|
||||
return !strictHttps;
|
||||
};
|
||||
|
Reference in New Issue
Block a user