diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-12-19 20:32:47 -0800 |
---|---|---|
committer | bryan newbold <bnewbold@robocracy.org> | 2022-12-20 00:29:58 -0800 |
commit | 8b6dc7a93d6aa37338aa49dfd28f754ad7ee2a23 (patch) | |
tree | c35c2271126f43aa5eb35207570ecfb810c4de73 /adenosine-pds/src/lib.rs | |
parent | 758462f8cb9737ea8fb175cb4674984cc30bbd51 (diff) | |
download | adenosine-8b6dc7a93d6aa37338aa49dfd28f754ad7ee2a23.tar.gz adenosine-8b6dc7a93d6aa37338aa49dfd28f754ad7ee2a23.zip |
make lint
Diffstat (limited to 'adenosine-pds/src/lib.rs')
-rw-r--r-- | adenosine-pds/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adenosine-pds/src/lib.rs b/adenosine-pds/src/lib.rs index 6c4649d..9721652 100644 --- a/adenosine-pds/src/lib.rs +++ b/adenosine-pds/src/lib.rs @@ -617,7 +617,7 @@ fn xrpc_post_handler( Ok(json!(AtpSession { did: did.to_string(), - name: handle.to_string(), + name: handle, accessJwt: jwt.to_string(), refreshJwt: jwt.to_string(), })) |