1
0
Fork 0

removed whitespaces

pull/887/head
Sourav Chanduka 2021-08-18 07:53:23 +05:30
parent 3ceb264e9b
commit 1162975200
1 changed files with 0 additions and 2 deletions

View File

@ -281,8 +281,6 @@ async function getIDTokenAction(): Promise<void> {
const id_token = await core.getIDToken(audience) const id_token = await core.getIDToken(audience)
// this id_token can be used to get access token from third party cloud providers // this id_token can be used to get access token from third party cloud providers
} }
getIDTokenAction() getIDTokenAction()
``` ```