Skip to content

Commit

Permalink
fix: a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pyadav committed Sep 13, 2021
1 parent 5723a55 commit 80b186c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odpf/siren/v1/siren.proto
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ message SendSlackNotificationRequest{
string entity = 2 [(validate.rules).string.pattern = "^[A-Za-z0-9_-]+$"];
string message = 3;
string receiver_name = 4 [(validate.rules).string.pattern = "^[A-Za-z0-9_-]+$"];
string receiver_type = 5 [(validate.rules).string = {in: ["channel", "user"]}];;
string receiver_type = 5 [(validate.rules).string = {in: ["channel", "user"]}];
repeated google.protobuf.Struct blocks = 6;
}

Expand Down

0 comments on commit 80b186c

Please sign in to comment.