diff --git a/.github/workflows/frontend-client-build.yml b/.github/workflows/frontend-client-build.yml index 370a4a6b..9bb80fe0 100644 --- a/.github/workflows/frontend-client-build.yml +++ b/.github/workflows/frontend-client-build.yml @@ -64,4 +64,4 @@ jobs: - name: Publish OTA update working-directory: mobile - run: eas update --channel production --message "${{ github.event.head_commit.message }}" --non-interactive + run: eas update --channel production --platform android --message "${{ github.event.head_commit.message }}" --non-interactive diff --git a/mobile/src/services/pushNotifications.ts b/mobile/src/services/pushNotifications.ts index 873ef0fa..78109bd4 100644 --- a/mobile/src/services/pushNotifications.ts +++ b/mobile/src/services/pushNotifications.ts @@ -17,7 +17,6 @@ Notifications.setNotificationHandler({ }), }); -// Créer le channel Android pour les commandes export async function setupNotificationChannel(): Promise { if (Platform.OS === "android") { await Notifications.setNotificationChannelAsync("orders", {