Skip to content

Commit

Permalink
change schema to include location.current
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmac committed Nov 25, 2024
1 parent a7f2378 commit 4141214
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class XyoLocationPayload(
}

companion object {
val schema = "network.xyo.location"
val schema = "network.xyo.location.current"
fun detect(currentLocation: CurrentLocation?): XyoLocationPayload {
return XyoLocationPayload(currentLocation)
}
Expand Down

0 comments on commit 4141214

Please sign in to comment.