mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: Ensure tenantid is consistently set to an empty string in getDefaultHeaders method
This commit is contained in:
@@ -24,7 +24,7 @@ export default class API extends BaseAPI {
|
||||
|
||||
return {
|
||||
"status-page-id": statusPageId.toString(),
|
||||
tenantid: ""
|
||||
tenantid: "",
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user