diff --git a/MobileApp/src/api/pushDevice.ts b/MobileApp/src/api/pushDevice.ts index e9e103f043..fc5fac8d19 100644 --- a/MobileApp/src/api/pushDevice.ts +++ b/MobileApp/src/api/pushDevice.ts @@ -8,10 +8,10 @@ export async function registerPushDevice(params: { }): Promise { const deviceType: string = Platform.OS === "ios" - ? "iOS" + ? "ios" : Platform.OS === "android" - ? "Android" - : "Web"; + ? "android" + : "web"; try { await apiClient.post("/api/user-push/register", {