Skip to content

Commit

Permalink
replace the integration type enum with a string
Browse files Browse the repository at this point in the history
  • Loading branch information
DibyojyotiS committed Apr 26, 2024
1 parent 75873e4 commit c7fd3c8
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ message NotificationChannelTarget {
}

message NotificationIntegrationTarget {
IntegrationType type = 1;
string type = 1;
string integration_id = 2;
}

enum IntegrationType {
INTEGRATION_TYPE_UNSPECIFIED = 0;
INTEGRATION_TYPE_WIZ = 1;
}

0 comments on commit c7fd3c8

Please sign in to comment.