Skip to content

Commit 828ec1a

Browse files
committed
revert config change
1 parent b32c945 commit 828ec1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/config/config.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const makeConfig = (env: EnvironmentService) =>
125125
.optional(true),
126126
notifyDblUpload: env.boolean('NOTIFY_DBL_UPLOAD').optional(false)
127127
? {
128-
replyTo: env.string('EMAIL_REPLY_TO').optional(),
128+
replyTo: env.string('DBL_UPLOAD_REPLY_TO').optional(),
129129
formUrl: env.string('DBL_REQUEST_FORM_URL').optional(),
130130
}
131131
: undefined,

0 commit comments

Comments
 (0)