File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
apps/queue-manager/src/consumers Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ export class SendWebhookDataConsumer extends BaseConsumer {
188188 private async getInitialCachedData ( _uploadId : string ) : Promise < SendWebhookCachedData > {
189189 // Get Upload Information
190190 const uploadata = await this . uploadRepository . getUploadProcessInformation ( _uploadId ) ;
191+
191192 if ( uploadata ?. _allDataFileId ) return null ;
192193
193194 const userEmail = await this . uploadRepository . getUserEmailFromUploadId ( _uploadId ) ;
@@ -218,6 +219,7 @@ export class SendWebhookDataConsumer extends BaseConsumer {
218219 name : templateData . name ,
219220 page : 1 ,
220221 authHeaderName : webhookDestination ?. authHeaderName ,
222+ authHeaderValue : uploadata . authHeaderValue ,
221223 retryInterval : webhookDestination . retryInterval ,
222224 retryCount : webhookDestination . retryCount ,
223225 allDataFilePath : this . fileNameService . getAllJsonDataFilePath ( _uploadId ) ,
You can’t perform that action at this time.
0 commit comments