fix: remove pagination from friends endpoints since it is no longer supported
This commit is contained in:
@@ -162,9 +162,6 @@ export const getFriendTransactionsSchema = z.object({
|
||||
links: z
|
||||
.object({
|
||||
self: z.string(),
|
||||
offset: z.number(),
|
||||
limit: z.number(),
|
||||
totalCount: z.number(),
|
||||
})
|
||||
.nullable(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user