Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Export GetAccessToken method
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 8ec4d51 commit e415864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/gcloud.ts
Expand Up @@ -64,7 +64,7 @@ export async function GenerateUploadURL(
return url;
}

async function GetAccessToken(env: Env): Promise<string> {
export async function GetAccessToken(env: Env): Promise<string> {
const claimSet = btoa(
JSON.stringify({
aud: "https://oauth2.googleapis.com/token",
Expand Down

0 comments on commit e415864

Please sign in to comment.