From e5333395b92add57cce28420cb0b4803ab9a9617 Mon Sep 17 00:00:00 2001 From: Nuxgrid Date: Wed, 15 Jul 2026 14:20:08 +0200 Subject: [PATCH] chore: build --- frontend-admin/app.json | 4 +--- mobile/src/api/api.ts | 4 ---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/frontend-admin/app.json b/frontend-admin/app.json index 3bfd550b..48252ce8 100644 --- a/frontend-admin/app.json +++ b/frontend-admin/app.json @@ -53,9 +53,7 @@ } }, "owner": "xor290", - "runtimeVersion": { - "policy": "appVersion" - }, + "runtimeVersion": "admin-1.0.1", "updates": { "url": "https://u.expo.dev/fcb7a0bc-5b2f-453d-ba16-9f97d9f0e440", "codeSigningCertificate": "./certs/certificate.pem", diff --git a/mobile/src/api/api.ts b/mobile/src/api/api.ts index d63c1efd..9d1c6e70 100644 --- a/mobile/src/api/api.ts +++ b/mobile/src/api/api.ts @@ -551,10 +551,6 @@ export const getMyCompletedOrders = async (): Promise => { } }; -// ============================================ -// CANCEL -// ============================================ - export const cancelCommand = async ( commandId: number, reason?: string,