Skip to content

Commit 6e8ac95

Browse files
committed
mis spelled the word string
1 parent 4ab931f commit 6e8ac95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/LocalAuthentication/Schema/Account.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public class Account: PostgresStORM {
160160
}
161161
}
162162

163-
public static func listUsers(region : Stirng = "", company: String = "") -> [[String: Any]] {
163+
public static func listUsers(region : String = "", company: String = "") -> [[String: Any]] {
164164
var users = [[String: Any]]()
165165
let t = Account()
166166
let cursor = StORMCursor(limit: 9999999,offset: 0)

0 commit comments

Comments
 (0)