Skip to content

Commit 591c43e

Browse files
authored
Merge pull request #60 from pcegarra/master
set client key instead master key
2 parents 1249bb4 + 9cd1408 commit 591c43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/data/parse_core_data.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ParseCoreData {
1717
if (debug != null) _instance.debug = debug;
1818
if (appName != null) _instance.appName = appName;
1919
if (liveQueryUrl != null) _instance.liveQueryURL = liveQueryUrl;
20-
if (clientKey != null) _instance.clientKey = masterKey;
20+
if (clientKey != null) _instance.clientKey = clientKey;
2121
if (masterKey != null) _instance.masterKey = masterKey;
2222
if (sessionId != null) _instance.sessionId = sessionId;
2323
}

0 commit comments

Comments
 (0)