Skip to content

Commit 0aab0f5

Browse files
committed
chore(mu): add hb upload log
1 parent 7d52909 commit 0aab0f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎servers/mu/src/domain/clients/uploader.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function uploadDataItemWith ({ UPLOADER_URL, fetch, histogram, logger, HB_GRAPHQ
2626
*/
2727
return async (data) => {
2828
return of(data)
29-
.map(logger.tap({ log: `Forwarding message to uploader ${UPLOADER_URL}` }))
29+
.map(logger.tap({ log: `Forwarding message to uploader ${UPLOADER_URL}, HB uploader ${HB_GRAPHQL_URL}` }))
3030
.chain(
3131
fromPromise((body) =>
3232
dataItemFetch(`${UPLOADER_URL}/tx/arweave`, {

0 commit comments

Comments
 (0)