Skip to content

Commit

Permalink
Fixed throwing error
Browse files Browse the repository at this point in the history
  • Loading branch information
sladan-hedvig committed Jan 27, 2025
1 parent 401f9c3 commit 973bdec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Projects/EditCoInsured/Sources/View/CoInusuredInput.swift
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ public class IntentViewModel: ObservableObject {
withAnimation {
self.intent = data
}
throw hGraphQL.AuthError.refreshFailed
} catch let exception {
withAnimation {
switch origin {
Expand Down

0 comments on commit 973bdec

Please sign in to comment.