fix: issue delete notification message updated (#5373)
This commit is contained in:
parent
a36adae995
commit
d60e988ca1
2 changed files with 30 additions and 24 deletions
|
|
@ -28,7 +28,7 @@ export type TNotificationData = {
|
|||
actor: string | undefined;
|
||||
field: string | undefined;
|
||||
issue_comment: string | undefined;
|
||||
verb: "created" | "updated";
|
||||
verb: "created" | "updated" | "deleted";
|
||||
new_value: string | undefined;
|
||||
old_value: string | undefined;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue