From 7d87b51aa448dabeea4835ba7cf9440702e98e91 Mon Sep 17 00:00:00 2001 From: oneRain Date: Thu, 7 May 2020 15:47:41 +0800 Subject: [PATCH] chore --- Storage/Storage/LCApplication.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Storage/Storage/LCApplication.cs b/Storage/Storage/LCApplication.cs index a49cc23..1b81e6c 100644 --- a/Storage/Storage/LCApplication.cs +++ b/Storage/Storage/LCApplication.cs @@ -44,8 +44,8 @@ namespace LeanCloud { public static void Initialize(string appId, string appKey, - string masterKey = null, - string server = null) { + string server = null, + string masterKey = null) { if (string.IsNullOrEmpty(appId)) { throw new ArgumentException(nameof(appId)); }