Skip to content

Commit

Permalink
add dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
varadarajan-tw committed Oct 17, 2024
1 parent 4b08ae9 commit a98cfce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const destination: DestinationDefinition<Settings> = {
// testAuthentication: (request) => {
// // Return a request that tests/validates the user's credentials.
// // If you do not have a way to validate the authentication fields safely,
// // you can remove the `testAuthentication` function, though discouraged.
// // you can remove the `testAuthentication` function, though it's discouraged.
// },
refreshAccessToken: async (request, { auth }) => {
if (!auth.refreshTokenUrl) throw new Error('destination misconfigured: missing refresh token URL')
Expand Down

0 comments on commit a98cfce

Please sign in to comment.