chore: fix comment

Signed-off-by: divdeploy <chenguangxue@outlook.com>
pull/565/head
divdeploy 2024-04-05 23:28:56 +08:00
parent 0c8057c668
commit aa70fe5c5a
1 changed files with 1 additions and 1 deletions

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)