Skip to content

Commit

Permalink
Update packages/mongodb-mql-model/src/main/kotlin/com/mongodb/jbplugi…
Browse files Browse the repository at this point in the history
…n/mql/components/HasValueReference.kt

Co-authored-by: Himanshu Singh <[email protected]>
  • Loading branch information
kmruiz and himanshusinghs authored Nov 25, 2024
1 parent 1bf4dc4 commit 1f4c4ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import com.mongodb.jbplugin.mql.Node

data class HasValueReference<S>(
val reference: ValueReference<S>,
) : Component, HasChildren<S> {
) : HasChildren<S> {

sealed interface ValueReference<S>

Expand Down

0 comments on commit 1f4c4ae

Please sign in to comment.