pull/213/head
xiaojunnuo 2024-10-10 13:32:37 +08:00
parent 5d15d71da8
commit 2ba94d03aa
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export class GoogleClient {
const credentials = JSON.parse(access.serviceAccountSecret);
const client = new v1.PublicCertificateAuthorityServiceClient({ credentials });
const parent = `projects/${credentials.projectId}/locations/global`;
const parent = `projects/${credentials.project_id}/locations/global`;
const externalAccountKey = {};
const request = {
parent,