We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a6171 commit f07909fCopy full SHA for f07909f
lib/parse_server_sdk.dart
@@ -135,8 +135,7 @@ class CoreStoreSembastImp implements sdk.CoreStoreSembastImp {
135
136
static sdk.CoreStoreSembastImp _sembastImp;
137
138
- static Future<sdk.CoreStore> getInstance(String dbPath,
139
- {DatabaseFactory factory, String password}) async {
+ static Future<sdk.CoreStore> getInstance({DatabaseFactory factory, String password}) async {
140
if (_sembastImp == null) {
141
String dbDirectory = '';
142
if (!sdk.parseIsWeb &&
0 commit comments