Skip to content

Commit

Permalink
Revert "fix pr hurshi#71"
Browse files Browse the repository at this point in the history
This reverts commit 09ed4cc.
  • Loading branch information
philip-leung committed Apr 12, 2021
1 parent d61dd47 commit fe0393f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/core/manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ class CacheManager {
}

Future<bool> _getCacheFutureResult(
ICacheStore memoryCacheStore,
ICacheStore diskCacheStore,
MemoryCacheStore memoryCacheStore,
DiskCacheStore diskCacheStore,
Future<bool> memoryCacheFuture,
Future<bool> diskCacheFuture) async {
var result1 = (null == memoryCacheStore) ? true : (await memoryCacheFuture);
Expand Down

0 comments on commit fe0393f

Please sign in to comment.