From 6ff684fe6d2b492d6054b12cbb1eec2b0c96f073 Mon Sep 17 00:00:00 2001 From: Sophia Liu Date: Sun, 15 Oct 2023 11:46:49 -0500 Subject: [PATCH] Testing --- HackIllinois/ViewControllers/HIProfileViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)