Skip to content

Commit abd107b

Browse files
committed
typecheck fix
1 parent 8e16fdb commit abd107b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/backend-config/src/backend-config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ export const BackendConfigHelper = {
7676
apiBaseUrl: outputsFileContent.api_base_url?.value ?? '',
7777
clientSsmPathPrefix:
7878
outputsFileContent.client_ssm_path_prefix?.value ?? '',
79-
sendProofQueueUrl: outputsFileContent.send_proof_queue_url?.value ?? '',
8079
requestProofQueueUrl:
8180
outputsFileContent.request_proof_queue_url?.value ?? '',
8281
sftpEnvironment: outputsFileContent.sftp_environment?.value ?? '',

0 commit comments

Comments
 (0)