Skip to content

Commit

Permalink
Queries var to event
Browse files Browse the repository at this point in the history
  • Loading branch information
icreated authored and icreated committed Oct 12, 2023
1 parent 2f88a77 commit d35ed4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/com/cosmotech/api/events/TwingraphEvents.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ class TwingraphImportEvent(
publisher: Any,
val jobId: String,
val organizationId: String,
val graphId: String,
val twingraphId: String,
val sourceName: String,
val sourceLocation: String,
val sourcePath: String,
val sourceType: String,
val version: String?,
val queries: List<String>?,
val queries: MutableList<String>?,
) : CsmRequestResponseEvent<Map<String, Any>>(publisher)

class TwingraphImportJobInfoRequest(
Expand Down

0 comments on commit d35ed4c

Please sign in to comment.