We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab931f commit 6e8ac95Copy full SHA for 6e8ac95
1 file changed
Sources/LocalAuthentication/Schema/Account.swift
@@ -160,7 +160,7 @@ public class Account: PostgresStORM {
160
}
161
162
163
- public static func listUsers(region : Stirng = "", company: String = "") -> [[String: Any]] {
+ public static func listUsers(region : String = "", company: String = "") -> [[String: Any]] {
164
var users = [[String: Any]]()
165
let t = Account()
166
let cursor = StORMCursor(limit: 9999999,offset: 0)
0 commit comments