Skip to content

Commit 71c9177

Browse files
added tenant id header (#188)
1 parent 2710396 commit 71c9177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/app/core/services/backend_srv.ts

+1
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ export class BackendSrv implements BackendService {
217217
if (codeRabbitOrg) {
218218
options.headers = options.headers ?? {};
219219
options.headers['x-coderabbit-organization'] = codeRabbitOrg.id;
220+
options.headers['x-tenant-id'] = sessionStorage.getItem('firebaseTenantId');
220221
}
221222

222223
if (options.url.startsWith('/')) {

0 commit comments

Comments
 (0)