fix: need to pass as query, not data
This commit is contained in:
parent
17d594265c
commit
820cc5bd89
|
@ -185,7 +185,7 @@ export async function getEntry(
|
||||||
...opts,
|
...opts,
|
||||||
endpointPath: opts.endpointGetEntry,
|
endpointPath: opts.endpointGetEntry,
|
||||||
method: "get",
|
method: "get",
|
||||||
data: {
|
query: {
|
||||||
pk: base64urlEncode(publicKey),
|
pk: base64urlEncode(publicKey),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue