fix: need to pass as query, not data

This commit is contained in:
Derrick Hammer 2023-12-12 16:05:19 -05:00
parent 17d594265c
commit 820cc5bd89
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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),
}, },
}); });