We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4cd73f commit 8c1f81cCopy full SHA for 8c1f81c
lib/azure-blob-storage.js
@@ -189,7 +189,7 @@ module.exports = class AzureAttachmentsService extends require("./basic") {
189
try {
190
// Check separate object store instances
191
if (separateObjectStore) {
192
- const tenantID = req?.tenant
+ const tenantID = cds.context.tenant
193
if (!tenantID) {
194
logConfig.withSuggestion('error',
195
'Tenant ID required for separate object store mode', null,
0 commit comments