alpha
Login
or
Join now
atpota.to
/
flushes.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix ts error
author
damedotblog
date
1 year ago
(Mar 9, 2025, 8:57 PM -0400)
commit
0ca5ab4e
0ca5ab4e8da9da14857262a03c48fd3a9ec9a084
parent
92a8a7b9
92a8a7b998e74578e30ebeca78b1dc5ade8cf9fe
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
app
src
lib
bluesky-api.ts
+1
-1
app/src/lib/bluesky-api.ts
Reviewed
···
166
166
return {
167
167
accessToken: tokenData.access_token,
168
168
refreshToken: tokenData.refresh_token || refreshToken, // Use the new refresh token if provided
169
169
-
dpopNonce: responseNonce || dpopNonce
169
169
+
dpopNonce: responseNonce || dpopNonce || undefined
170
170
};
171
171
} catch (error) {
172
172
console.error('Error refreshing access token:', error);