We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e16fdb commit abd107bCopy full SHA for abd107b
utils/backend-config/src/backend-config.ts
@@ -76,7 +76,6 @@ export const BackendConfigHelper = {
76
apiBaseUrl: outputsFileContent.api_base_url?.value ?? '',
77
clientSsmPathPrefix:
78
outputsFileContent.client_ssm_path_prefix?.value ?? '',
79
- sendProofQueueUrl: outputsFileContent.send_proof_queue_url?.value ?? '',
80
requestProofQueueUrl:
81
outputsFileContent.request_proof_queue_url?.value ?? '',
82
sftpEnvironment: outputsFileContent.sftp_environment?.value ?? '',
0 commit comments