Merge pull request #565 from divdeploy/master

chore: fix comment
This commit is contained in:
Yoshifumi Kawai
2024-04-08 17:03:08 +09:00
committed by GitHub

View File

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