Merge pull request #565 from divdeploy/master

chore: fix comment
pull/570/head
Yoshifumi Kawai 2024-04-08 17:03:08 +09:00 committed by GitHub
commit 88ecfa2992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)