🚨 chore: backend linting
This commit is contained in:
committed by
Anton Shepilov
parent
a38c9e6675
commit
0f63b7aca2
@@ -3,7 +3,6 @@ import { getLogger, logger, TdriveLogger } from "../../../core/platform/framewor
|
|||||||
import {
|
import {
|
||||||
CrudException,
|
CrudException,
|
||||||
ListResult,
|
ListResult,
|
||||||
Paginable,
|
|
||||||
Pagination,
|
Pagination,
|
||||||
} from "../../../core/platform/framework/api/crud-service";
|
} from "../../../core/platform/framework/api/crud-service";
|
||||||
import Repository, {
|
import Repository, {
|
||||||
@@ -1621,7 +1620,7 @@ export class DocumentsService {
|
|||||||
options: SearchDocumentsOptions,
|
options: SearchDocumentsOptions,
|
||||||
context?: DriveExecutionContext,
|
context?: DriveExecutionContext,
|
||||||
): Promise<ListResult<DriveFile>> => {
|
): Promise<ListResult<DriveFile>> => {
|
||||||
let allResults: DriveFile[] = [];
|
const allResults: DriveFile[] = [];
|
||||||
let nextPage = options.pagination
|
let nextPage = options.pagination
|
||||||
? Pagination.fromPaginable(options.pagination)
|
? Pagination.fromPaginable(options.pagination)
|
||||||
: new Pagination();
|
: new Pagination();
|
||||||
|
|||||||
Reference in New Issue
Block a user