dont send undefined qp to registry

This commit is contained in:
Matt Hill
2022-02-08 14:36:01 -07:00
committed by Aiden McClelland
parent 57c9d0bca1
commit 2c04990f72
2 changed files with 14 additions and 27 deletions

View File

@@ -257,8 +257,8 @@ export module RR {
// iff !ids
category?: string
query?: string
page?: string
'per-page'?: string
page?: number
'per-page'?: number
}
export type GetMarketplacePackagesRes = MarketplacePkg[]