mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 19:23:19 +00:00
PM-23824 updated eventType - it can be null
This commit is contained in:
@@ -14,7 +14,6 @@ import {
|
||||
HecConfigurationTemplate,
|
||||
OrganizationIntegrationConfigurationResponseWithIntegrationId,
|
||||
} from "@bitwarden/bit-common/dirt/integrations";
|
||||
import { EventType } from "@bitwarden/common/enums";
|
||||
import { OrganizationId, OrganizationIntegrationId } from "@bitwarden/common/types/guid";
|
||||
|
||||
@Injectable({
|
||||
@@ -175,7 +174,7 @@ export class OrganizationIntegrationService {
|
||||
configurationTemplate: HecConfigurationTemplate,
|
||||
): Promise<OrganizationIntegrationConfigurationResponse> {
|
||||
const request = new OrganizationIntegrationConfigurationRequest(
|
||||
EventType.Organization_Updated,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
configurationTemplate.toString(),
|
||||
|
||||
Reference in New Issue
Block a user