Skip to content

Commit 4141214

Browse files
committed
change schema to include location.current
1 parent a7f2378 commit 4141214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/main/java/network/xyo/client/witness/location/info/XyoLocationPayload.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class XyoLocationPayload(
3333
}
3434

3535
companion object {
36-
val schema = "network.xyo.location"
36+
val schema = "network.xyo.location.current"
3737
fun detect(currentLocation: CurrentLocation?): XyoLocationPayload {
3838
return XyoLocationPayload(currentLocation)
3939
}

0 commit comments

Comments
 (0)