Skip to content

Commit 8f96430

Browse files
authored
Merge pull request #75 from statsig-io/fix-layer-custom-exposure-function
fix function name on the api to get layer with custom exposure logging
2 parents 3b439c4 + acb5bd5 commit 8f96430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/statsig/sdk/Statsig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class Statsig {
154154
}
155155

156156
@JvmStatic
157-
fun getLayerWithExposureLoggingDisabledAsync(
157+
fun getLayerWithCustomExposureLoggingAsync(
158158
user: StatsigUser,
159159
layerName: String,
160160
onExposure: OnLayerExposure

0 commit comments

Comments
 (0)