mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Swift linting
This commit is contained in:
parent
155d71c7bd
commit
5db983510b
1 changed files with 2 additions and 2 deletions
|
|
@ -61,9 +61,9 @@ public enum Voices {
|
|||
voice.firstKey == voiceKey || voice.secondKey == voiceKey
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
public static func isOpenAIVoice(_ voiceKey: String) -> Bool {
|
||||
return voiceKey.starts(with: "openai-")
|
||||
voiceKey.starts(with: "openai-")
|
||||
}
|
||||
|
||||
public static let English = VoiceLanguage(key: "en",
|
||||
|
|
|
|||
Loading…
Reference in a new issue