chore: update ci

This commit is contained in:
2026-03-01 14:00:50 +01:00
parent 0a10d03ad0
commit 96daad954e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -64,4 +64,4 @@ jobs:
- name: Publish OTA update - name: Publish OTA update
working-directory: mobile 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
-1
View File
@@ -17,7 +17,6 @@ Notifications.setNotificationHandler({
}), }),
}); });
// Créer le channel Android pour les commandes
export async function setupNotificationChannel(): Promise<void> { export async function setupNotificationChannel(): Promise<void> {
if (Platform.OS === "android") { if (Platform.OS === "android") {
await Notifications.setNotificationChannelAsync("orders", { await Notifications.setNotificationChannelAsync("orders", {