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,