This commit is contained in:
Nathan 2019-11-11 14:00:45 -08:00 коммит произвёл GitHub
Родитель c0f507b7d1
Коммит 394a0c938d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -104,7 +104,6 @@ export class SchemaService {
});
}
private getMongoDocumentType(document: any) {
return Array.isArray(document) ? 'array' : (document === null ? 'null' : typeof document);
}