Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
krugerk committed Dec 6, 2024
1 parent a56bac9 commit 9b7c83e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BeeSwift/SignInView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ class SignInViewModel: ObservableObject {
func signIn() async {
isLoading = true

// Delay the task by 3 seconds:
do {
try await Task.sleep(nanoseconds: 3_000_000_000)
} catch {
Expand Down

0 comments on commit 9b7c83e

Please sign in to comment.