mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
fix: docker cmd wrap
This commit is contained in:
@@ -3,7 +3,7 @@ import '../../core/persistant_store.dart';
|
||||
class DockerStore extends PersistentStore<String> {
|
||||
DockerStore() : super('docker');
|
||||
|
||||
String? fetch(String id) {
|
||||
String? fetch(String? id) {
|
||||
return box.get(id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user