Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
EarliestFall988 committed Nov 16, 2023
1 parent bf9ee8b commit c6f04a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ValkyrieServerController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public async Task<string> TryGetInstructions(string instructionId)

var responseString = await response.Content.ReadAsStringAsync();

Debug.WriteLine("\n\n\t" + response.StatusCode + "\n");
Debug.WriteLine("\n\n\n\t" + response.StatusCode + "\n");

return responseString;
}
Expand Down

0 comments on commit c6f04a1

Please sign in to comment.