Skip to content

Commit

Permalink
Dont encode :
Browse files Browse the repository at this point in the history
  • Loading branch information
icio committed May 15, 2024
1 parent f327567 commit c51ea87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/access_approval_prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ async function approve(
const r = await tailscale(env, client)(
`https://api.tailscale.com/api/v2/device/${
encodeURIComponent(device.nodeId)
}/attributes/${encodeURIComponent(profile.attribute)}`,
}/attributes/${profile.attribute}`,
{
method: "POST",
body: JSON.stringify({
Expand Down

0 comments on commit c51ea87

Please sign in to comment.