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) } }