fixing fatal error
This commit is contained in:
@@ -43,6 +43,7 @@ class ConvoViewModel: NSObject, ObservableObject {
|
|||||||
let userId = AuthSessionStore.getCurrentUserId()
|
let userId = AuthSessionStore.getCurrentUserId()
|
||||||
if userId == nil {
|
if userId == nil {
|
||||||
print("no authenticated user")
|
print("no authenticated user")
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// get all active userfriends
|
// get all active userfriends
|
||||||
|
|||||||
Reference in New Issue
Block a user