Skip to content

Commit

Permalink
Remove redundant qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon64 committed Dec 23, 2024
1 parent 15ecf02 commit 8214dd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ await GoogleClient.CreateTask(
{
Url = Program.TaskServiceUrl,
Body = Convert.ToBase64String(
System.Text.Encoding.UTF8.GetBytes(
Encoding.UTF8.GetBytes(
JsonSerializer.Serialize(
new InstanceTask
{
Expand Down

0 comments on commit 8214dd6

Please sign in to comment.