Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
narengogi committed Feb 4, 2025
1 parent a26b2d2 commit b9091f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/google-vertex-ai/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export const getAccessToken = async (
} catch (err) {}

const scope = 'https://www.googleapis.com/auth/cloud-platform';
``;
const iat = Math.floor(Date.now() / 1000);
const exp = iat + 3600; // Token expiration time (1 hour)

Expand Down

0 comments on commit b9091f9

Please sign in to comment.