Compare commits

...

1 Commits
main ... v0.10

Author SHA1 Message Date
Max Desiatov 0ccb84afd5 Fix build issue with SwiftWasm 5.7 2022-08-31 12:51:32 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -73,6 +73,6 @@ extension WebStorage {
}
public func read(key: String) -> String? {
getItem(key: key, String.init)
getItem(key: key) { $0 }
}
}