Skip to content

Commit

Permalink
Minor fix of compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppanopticon committed Jan 31, 2025
1 parent b6bb024 commit c226039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ class ScalarJsonlReader(

private fun queryBoolean(query: SimpleBooleanQuery<*>): Sequence<ScalarDescriptor<*, *>> =
getAll().filter { descriptor ->
query.comparison.compare(descriptor.value, query.value)
query.comparison.compare(descriptor.value as Value<*>, query.value)
}
}

0 comments on commit c226039

Please # to comment.