From a8f5dfb7a2483e44bc9a1027bb6667d14a46cbdd Mon Sep 17 00:00:00 2001 From: fro1991 Date: Thu, 2 Oct 2025 15:11:16 +0700 Subject: [PATCH] update --- src/types/gps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }