chore: fix comment

Signed-off-by: divdeploy <chenguangxue@outlook.com>
This commit is contained in:
divdeploy
2024-04-05 23:28:56 +08:00
parent 0c8057c668
commit aa70fe5c5a

View File

@@ -216,7 +216,7 @@
// RETRY:
// try
// {
// context.RequestHeaders["x-accesss-token"] = token;
// context.RequestHeaders["x-access-token"] = token;
// return await next(context, cancellationToken);
// }
// catch (UnityWebRequestException ex)