Skip to content

Commit a4cbead

Browse files
committed
fix: get the action of event in a set messages
1 parent 2baad4a commit a4cbead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/EventService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function getActionOfEvent($payload): string
7070
?? '';
7171

7272
if (!empty($action)) {
73-
return ($action);
73+
return convert_action_name($action);
7474
}
7575

7676
return '';

0 commit comments

Comments
 (0)