Updates indigo golang packages post-lex-refactor (!), which fixes XRPC calls (#582)
* bskyweb: update modules * bskyweb: fix XRPC string type * gitignore: yarn web build output in bskyweb
This commit is contained in:
parent
7a008c987c
commit
c8af784328
4 changed files with 49 additions and 39 deletions
|
@ -47,7 +47,7 @@ func serve(cctx *cli.Context) error {
|
|||
}
|
||||
|
||||
auth, err := comatproto.ServerCreateSession(context.TODO(), xrpcc, &comatproto.ServerCreateSession_Input{
|
||||
Identifier: &xrpcc.Auth.Handle,
|
||||
Identifier: xrpcc.Auth.Handle,
|
||||
Password: atpPassword,
|
||||
})
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue