Skip to content

Commit 38b9d0b

Browse files
committed
Change type of UpdateRunnerStatus event to CsmRequestResponseEvent<String> instead of CsmEvent
1 parent 1f567e4 commit 38b9d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/cosmotech/api/events/RunnerEvents.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ class UpdateRunnerStatus(
2828
val organizationId: String,
2929
val workspaceId: String,
3030
val runnerId: String
31-
) : CsmEvent(publisher)
31+
) : CsmRequestResponseEvent<String>(publisher)

0 commit comments

Comments
 (0)