diff --git a/src/types/gps.ts b/src/types/gps.ts index ceb6b95..fbb6517 100644 --- a/src/types/gps.ts +++ b/src/types/gps.ts @@ -1,6 +1,6 @@ export enum GpsActionType { "login" = "login", - "hearthbeat" = "hearthbeat", + "heartbeat" = "heartbeat", "location" = "location", "other" = "other", }