Михаил Капелько hace 1 año
padre
commit
ab91e074d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/Aux.swift

+ 1
- 1
src/Aux.swift Ver fichero

@@ -2,7 +2,7 @@
/// Пропускаем лишь значения от UI
///
/// - Returns: Значение без префиксов "a:"/"u:"
static func onlyAcceptUIText(_ s: String) -> String? {
func onlyAcceptUIText(_ s: String) -> String? {
guard s.hasPrefix("u:") else { return nil }
return String(s.dropFirst(2))
}

Cargando…
Cancelar
Guardar