Fix lint (#1231)
This commit is contained in:
Родитель
c0f507b7d1
Коммит
394a0c938d
|
@ -104,7 +104,6 @@ export class SchemaService {
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
private getMongoDocumentType(document: any) {
|
||||
return Array.isArray(document) ? 'array' : (document === null ? 'null' : typeof document);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче