Fix usage of this

This commit is contained in:
ronaldheft 2022-09-06 21:32:10 -04:00
parent d9313a1654
commit 639d641c07

View file

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