pull/213/head
xiaojunnuo 2024-10-10 13:31:12 +08:00
parent 592791d135
commit 5d15d71da8
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/${access.projectId}/locations/global`;
const parent = `projects/${credentials.projectId}/locations/global`;
const externalAccountKey = {};
const request = {
parent,