Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
that shouldn't have been committed
  • Loading branch information
rfvgyhn committed May 2, 2024
1 parent 1065e49 commit 594e8ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MinEdLauncher/Github.fs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ let releasesSince version (releases: ReleaseJson list) =

let getUpdatedLauncher version (httpClient: HttpClient) cancellationToken = task {
try
raise (HttpRequestException("asdf", Exception("inner"), HttpStatusCode.Forbidden))
let! releases = httpClient.GetFromJsonAsync<ReleaseJson list>("https://api.github.com/repos/rfvgyhn/min-ed-launcher/releases", cancellationToken)

return releases
Expand Down

0 comments on commit 594e8ef

Please sign in to comment.