Skip to content

Commit

Permalink
Remove unused Querystring in request interface
Browse files Browse the repository at this point in the history
  • Loading branch information
NavidK0 committed Feb 24, 2021
1 parent e88b008 commit 0c40577
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/src/controllers/marketplace-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ interface MarketplaceListingRequest extends AuthenticatedRequest {
ids?: string[],
lastItemId?: number,
limit?: number
} & AuthenticatedRequest["Body"],
Querystring: {
detailed?: boolean
}
} & AuthenticatedRequest["Body"]
}

interface GetAddonRequest extends AuthenticatedRequest {
Expand Down

0 comments on commit 0c40577

Please sign in to comment.