feat(pipedrive): add new deals trigger

This commit is contained in:
Rıdvan Akca
2023-09-21 18:51:18 +03:00
committed by Faruk AYDIN
parent f53909355f
commit 251885d4be
8 changed files with 101 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ const refreshToken = async ($: IGlobalVariable) => {
await $.auth.set({
accessToken: response.data.access_token,
refreshToken: response.data.refresh_token,
tokenType: response.data.token_type,
expiresIn: response.data.expires_in,
});