Skip to content

Commit 09acc58

Browse files
committedFeb 24, 2023
chore: remove unused comment
1 parent 3c67499 commit 09acc58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/libs/api/graphql/paginated.graphql-response.base.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Field, ObjectType, Int } from '@nestjs/graphql';
22
import { Type } from '@nestjs/common';
3-
// count limit page
43

54
export interface IPaginatedType<T> {
65
data: T[];

0 commit comments

Comments
 (0)
Failed to load comments.