Skip to content

Commit

Permalink
Merge pull request #565 from divdeploy/master
Browse files Browse the repository at this point in the history
chore: fix comment
  • Loading branch information
neuecc authored Apr 8, 2024
2 parents 0c8057c + aa70fe5 commit 88ecfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UniTask/Assets/Scenes/MiddlewareSample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 88ecfa2

Please sign in to comment.