Skip to content

Commit

Permalink
Merge pull request #39 from smartystreets/eric/resolve-try-catch
Browse files Browse the repository at this point in the history
Resolved try-catch errors
  • Loading branch information
RyanLCox1 authored Sep 6, 2024
2 parents 4e0f31f + 07c7a7e commit 78c1616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Sources/swiftExamples/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ print(USExtractExample().run())
print(InternationalStreetExample().run())
print(InternationalAutocompleteExample().run())
print(USReverseGeoExample().run())
print(USEnrichmentExample().run())
print(try USEnrichmentExample().run())

0 comments on commit 78c1616

Please sign in to comment.