From 599cc0f85f903c1a822dc57927136b7f59167110 Mon Sep 17 00:00:00 2001 From: Abhishek Banthia <8280282+n0shake@users.noreply.github.com> Date: Sun, 21 May 2023 03:24:32 +0530 Subject: [PATCH] Update AppDefaults.swift --- Clocker/Overall App/AppDefaults.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clocker/Overall App/AppDefaults.swift b/Clocker/Overall App/AppDefaults.swift index d0b80f7..99cbdd2 100644 --- a/Clocker/Overall App/AppDefaults.swift +++ b/Clocker/Overall App/AppDefaults.swift @@ -45,7 +45,7 @@ class AppDefaults { extension UserDefaults { // Use this with caution. Exposing this for debugging purposes only. - func wipe(for bundleID: String) { + func wipe(for bundleID: String = "com.abhishek.Clocker") { removePersistentDomain(forName: bundleID) } }