Skip to content

Commit 9d42f5b

Browse files
committed
PIK-10232 re-added comments
1 parent 6add273 commit 9d42f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/api-validator/tests/utils/pagination.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import config from '../../src/config';
22

33
const LIMIT = config.get('paginationLimit');
4-
// Function supporting paginationgit commit
4+
// Function supporting pagination
55
export type Pageable<T> = (limit: number, startingAfter?: string) => Promise<T[]>;
66
/**
77
* Wraps a pageable function with a generator function, returning all the items

0 commit comments

Comments
 (0)