Skip to content

Commit 4e4037e

Browse files
committed
fix: add tenant id to loadWalletAddressIdsIntoVariables for bruno collection
1 parent 60c5c95 commit 4e4037e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bruno/collections/Rafiki/scripts.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ const scripts = {
191191
method: 'post',
192192
headers: {
193193
signature: this.generateBackendApiSignature(postBody),
194-
'Content-Type': 'application/json'
194+
'Content-Type': 'application/json',
195+
'tenant-id': bru.getEnvVar('senderTenantId')
195196
},
196197
body: JSON.stringify(postBody)
197198
}

0 commit comments

Comments
 (0)