Skip to content

Commit

Permalink
fix(backend): use fixed open-payments paginationArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Oct 20, 2023
1 parent 80b6f1f commit 4f1f583
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@graphql-tools/load": "^8.0.0",
"@graphql-tools/schema": "^10.0.0",
"@interledger/http-signature-utils": "1.1.0",
"@interledger/open-payments": "5.2.1",
"@interledger/open-payments": "5.2.2",
"@interledger/openapi": "1.1.0",
"@interledger/pay": "0.4.0-alpha.9",
"@interledger/stream-receiver": "^0.3.3-alpha.3",
Expand Down
4 changes: 1 addition & 3 deletions packages/backend/src/shared/pagination.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { PaginationArgs as OpenPaymentsPaginationArgs } from '@interledger/open-payments'
import { PaginationArgs } from '@interledger/open-payments'

import { BaseModel, PageInfo, Pagination } from './baseModel'

type PaginationArgs = Omit<OpenPaymentsPaginationArgs, 'wallet-address'>

export function parsePaginationQueryParameters({
first,
last,
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f1f583

Please sign in to comment.