Skip to content

Commit

Permalink
Fix bad unicode.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Feb 24, 2025
1 parent 4db05b6 commit b0a7ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Secrets/Secrets.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal enum Secrets {
internal static let mapLibreAPIKey: String = "your_key"
internal static let postHogAPIKey: String = "your_key"
internal static let postHogHost: String = "https://get.your.own.io"
internal static let rageshakeServerURL: String = "https://bring.your.own.and.en.joy"
internal static let sentryDSN: String = "https://insert.your.hearts.desire.here"
internal static let rageshakeServerURL: String = "https://bring.your.own.and.en.joy"
internal static let sentryDSN: String = "https://insert.your.hearts.desire.here"
}
// swiftlint:enable identifier_name line_length number_separator type_body_length

0 comments on commit b0a7ca2

Please sign in to comment.