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 6816d8c commit dd7c4c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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 dd7c4c8

Please sign in to comment.