Skip to content

Commit

Permalink
update reference to support@algolia.com to new ticket link
Browse files Browse the repository at this point in the history
  • Loading branch information
palacejackson committed Jun 25, 2024
1 parent 4334c90 commit 6956d2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public extension URLRequest {
case invalidPath(String)

public var errorDescription: String? {
let contactUs = "Please contact support@algolia.com if this problem occurs."
let contactUs = "Please contact Algolia Support team via https://alg.li/support if a problem occurs."
switch self {
case .badHost(let host):
return "Bad host: \(host). Will retry with next host. " + contactUs
Expand Down

0 comments on commit 6956d2c

Please sign in to comment.