Skip to content

Commit f07909f

Browse files
authored
fix getInstance of CoreStoreSembastImp (#438)
1 parent d9a6171 commit f07909f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/parse_server_sdk.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ class CoreStoreSembastImp implements sdk.CoreStoreSembastImp {
135135

136136
static sdk.CoreStoreSembastImp _sembastImp;
137137

138-
static Future<sdk.CoreStore> getInstance(String dbPath,
139-
{DatabaseFactory factory, String password}) async {
138+
static Future<sdk.CoreStore> getInstance({DatabaseFactory factory, String password}) async {
140139
if (_sembastImp == null) {
141140
String dbDirectory = '';
142141
if (!sdk.parseIsWeb &&

0 commit comments

Comments
 (0)