Skip to content

Commit c0b9332

Browse files
chore: add process id to process event
1 parent b04a1ee commit c0b9332

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/kotlin/entities/events/ProcessEvent.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ data class ProcessEvent<E : Any>(
1515

1616
override val key: String = "PROCESS_EVENT",
1717

18-
/**
19-
* The id of the process.
20-
*/
21-
val processId: String,
22-
2318
override val data: E,
2419

2520
) : Event<E>

0 commit comments

Comments
 (0)