Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-04-16 08:29:21 -07:00
parent abde23e876
commit f38b1be9e0

View File

@@ -151,7 +151,6 @@ struct ContentView: View {
}
func handle_metadata_event(_ ev: NostrEvent) {
guard let profile: Profile = decode_data(Data(ev.content.utf8)) else {
return
}