Skip to content

Commit d43245e

Browse files
Merging Next Into --> Main (#1052)
2 parents 0bee3a1 + 61d66eb commit d43245e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/queue-manager/src/consumers/send-bubble-data.consumer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class SendBubbleDataConsumer extends BaseConsumer {
6767
uploadId,
6868
page,
6969
method: 'POST',
70-
url: cachedData.bubbleAppUrl,
70+
url: cachedData.bubbleAppUrl + '/bulk',
7171
headers: {
7272
Authorization: `Bearer ${cachedData.apiPrivateKey}`,
7373
'Content-Type': 'text/plain',

0 commit comments

Comments
 (0)