Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit a2ddf44

Browse files
committed
fix: remove obsolete match fields
1 parent 9059fbd commit a2ddf44

File tree

1 file changed

+1
-2
lines changed
  • packages/ipfs-http-client/src/pin/remote

1 file changed

+1
-2
lines changed

packages/ipfs-http-client/src/pin/remote/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,10 @@ class Remote {
105105
* @param {Query & { all?: boolean }} query
106106
* @returns {URLSearchParams}
107107
*/
108-
static encodeQuery ({ service, cid, name, match, status, all }) {
108+
static encodeQuery ({ service, cid, name, status, all }) {
109109
return toUrlSearchParams({
110110
service,
111111
name,
112-
match,
113112
status,
114113
force: all ? true : undefined,
115114
cid: cid && cid.map(String)

0 commit comments

Comments
 (0)