chore(app): Remove unused local variable

This commit is contained in:
Marcus Kida 2023-01-06 10:29:14 +01:00
parent a00cd60076
commit cb93174bf5
No known key found for this signature in database
GPG Key ID: 19FF64E08013CA40
1 changed files with 0 additions and 1 deletions

View File

@ -251,7 +251,6 @@ extension SceneDelegate {
case "profile":
let components = url.pathComponents
if components.count == 2 && components[0] == "/" {
let addr = components[1]
if let authContext = coordinator?.authContext {
let profileViewModel = RemoteProfileViewModel(
context: AppContext.shared,