fix typo (#2525)
This commit is contained in:
committed by
Florent Vilmart
parent
c0249283ac
commit
24a2416d10
@@ -13,7 +13,7 @@ export class LogsRouter extends PromiseRouter {
|
|||||||
validateRequest(req) {
|
validateRequest(req) {
|
||||||
if (!req.config || !req.config.loggerController) {
|
if (!req.config || !req.config.loggerController) {
|
||||||
throw new Parse.Error(Parse.Error.PUSH_MISCONFIGURED,
|
throw new Parse.Error(Parse.Error.PUSH_MISCONFIGURED,
|
||||||
'Logger adapter is not availabe');
|
'Logger adapter is not available');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user