chore
parent
1171f4b0de
commit
7d87b51aa4
|
@ -44,8 +44,8 @@ namespace LeanCloud {
|
||||||
|
|
||||||
public static void Initialize(string appId,
|
public static void Initialize(string appId,
|
||||||
string appKey,
|
string appKey,
|
||||||
string masterKey = null,
|
string server = null,
|
||||||
string server = null) {
|
string masterKey = null) {
|
||||||
if (string.IsNullOrEmpty(appId)) {
|
if (string.IsNullOrEmpty(appId)) {
|
||||||
throw new ArgumentException(nameof(appId));
|
throw new ArgumentException(nameof(appId));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue