Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
refactor: bucket init
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed May 19, 2024
1 parent 3f0dc2b commit 82409bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const creds = rawKey
: {};

const storage = new Storage({
projectId: env.GCP_PROJECT_ID,
projectId: creds.project_id,
credentials: creds,
});

Expand Down

0 comments on commit 82409bd

Please sign in to comment.