Skip to content

Commit

Permalink
Don't show ciBuildRuns error response
Browse files Browse the repository at this point in the history
  • Loading branch information
finnvoor committed Dec 25, 2023
1 parent 73ff1b7 commit eb49fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/xcc.swift
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ import SwiftTUI
guard let selectedGitReference else {
throw Error.couldNotFindReference(availableReferences: gitReferences)
}

ActivityIndicator.start()
_ = try await provider.request(APIEndpoint.v1.ciBuildRuns.post(.init(
_ = try? await provider.request(APIEndpoint.v1.ciBuildRuns.post(.init(
data: .init(
type: .ciBuildRuns,
relationships: .init(
Expand Down

0 comments on commit eb49fdf

Please sign in to comment.