wip: fix liked null value

This commit is contained in:
2022-01-13 15:26:24 +08:00
parent 1a0d2f3acf
commit 489dc227de
6 changed files with 10 additions and 4 deletions
+1
View File
@@ -178,6 +178,7 @@ class RedisCacheProvider extends CacheProvider<List<int>> {
// Force close the client
scheduleMicrotask(() => client.close(force: true));
return null;
});
@override