mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
dont send undefined qp to registry
This commit is contained in:
committed by
Aiden McClelland
parent
57c9d0bca1
commit
2c04990f72
@@ -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[]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user