Skip to content

Commit

Permalink
add network configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kidozh committed Aug 13, 2024
1 parent bf66049 commit 7150b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utility/NetworkUtils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class NetworkUtils{
return Dio();
}
else{
var dio = Dio();
var dio = Dio();
PersistCookieJar cookieJar = await getPersistentCookieJarByUser(user);
dio.interceptors.add(CookieManager(cookieJar));
return dio;
Expand Down

0 comments on commit 7150b09

Please sign in to comment.