Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marchinram committed Apr 17, 2023
1 parent 9ecc594 commit 95f8f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ internal object Utils {
}

private fun geofenceEventJson(geofenceEvent: GeofenceEvent) = Arguments.createMap().apply {
putString("id", geofenceEvent.id)
putString("geofenceId", geofenceEvent.id)
putString("name", geofenceEvent.name)
geofenceEvent.venue?.let {
geofenceEvent.venue
Expand Down
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface Location {
* An object representing an interaction with one or more registered geofence radii.
*/
export interface GeofenceEvent {
id: string
geofenceId: string
name: string
venueId?: string
venue?: Venue
Expand Down

0 comments on commit 95f8f8d

Please sign in to comment.