Gleam SDK for Pocketenv
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

run gleam format

+6 -3
+6 -3
src/pocketenv/sshkeys.gleam
··· 86 86 #("redacted", json.string(redacted)), 87 87 ]), 88 88 ) 89 - use _ <- result.try( 90 - do_post(sb.client, "/xrpc/io.pocketenv.sandbox.putSshKeys", [], body), 91 - ) 89 + use _ <- result.try(do_post( 90 + sb.client, 91 + "/xrpc/io.pocketenv.sandbox.putSshKeys", 92 + [], 93 + body, 94 + )) 92 95 Ok(Nil) 93 96 }