diff --git a/HackIllinois/ViewControllers/HIProfileViewController.swift b/HackIllinois/ViewControllers/HIProfileViewController.swift index 5041f4d9..da23af7e 100644 --- a/HackIllinois/ViewControllers/HIProfileViewController.swift +++ b/HackIllinois/ViewControllers/HIProfileViewController.swift @@ -169,7 +169,7 @@ extension HIProfileViewController { self?.updateProfile() } } catch { - print("Failed to reload profile with error: \(error)") + print("Failed to reload profile with the error: \(error)") } } .authorize(with: user)