Skip to content

Commit fe077de

Browse files
authored
Added: upperBound Any to type parameter T in getVariableJSON func… (#41)
1 parent e004d5e commit fe077de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/featurevisor/sdk/Instance+Variable.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ inline fun <reified T : Any> FeaturevisorInstance.getVariableObject(
8484
}
8585
}
8686

87-
inline fun <reified T> FeaturevisorInstance.getVariableJSON(
87+
inline fun <reified T: Any> FeaturevisorInstance.getVariableJSON(
8888
featureKey: FeatureKey,
8989
variableKey: VariableKey,
9090
context: Context,

0 commit comments

Comments
 (0)