Skip to content

Commit

Permalink
fixup! Add manual locale override capability
Browse files Browse the repository at this point in the history
  • Loading branch information
gersonnoboa committed Nov 3, 2023
1 parent a17158a commit 59d0e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestingApp/ViewController/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ extension ViewController {
}

case .failure(let error):
showErrorAlert(using: error)
self.showErrorAlert(using: error)
}
}
}
Expand Down

0 comments on commit 59d0e79

Please sign in to comment.