Fix logger log level (#6512)

This commit is contained in:
chemicalkosek
2024-02-29 15:34:31 +01:00
committed by GitHub
parent 44a5567d0d
commit 06f706a51a
+1 -1
View File
@@ -110,7 +110,7 @@ class AuthService extends TransactionBaseService {
}
}
} catch (error) {
this.logger_.log("error ->", error)
this.logger_.log("error", error)
// ignore
}