Fix incorrect method call

This commit is contained in:
ronaldheft 2022-09-06 21:33:24 -04:00
parent 368f349c78
commit ba7d2be03e

View file

@ -59,7 +59,7 @@ public extension AppLogger {
}
func debug(_ information: String, isPrivate: Bool = Defaults.isPrivate) {
log(information, isPrivate)
self.log(information, isPrivate: isPrivate)
}
func error(_ information: String, isPrivate: Bool = Defaults.isPrivate) {