Update Storage/Storage/Public/LCCloud.cs

Co-authored-by: Jang Rush <weakish@gmail.com>
oneRain 2021-04-21 14:25:17 +08:00 committed by GitHub
parent 83f8a60634
commit 459aba9b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ namespace LeanCloud.Storage {
/// </summary>
/// <typeparam name="T">The type of return value.</typeparam>
/// <param name="name">Cloud function name.</param>
/// <param name="parameters">Parameters of cloud function.</param>
/// <param name="parameters">Parameters of the cloud function.</param>
/// <returns></returns>
public static async Task<T> Run<T>(string name,
Dictionary<string, object> parameters = null) {