api no longer fails when no pilots or logbook entries

This commit is contained in:
2024-12-01 13:23:36 -06:00
parent 135e536b0f
commit e7f37ce89a
2 changed files with 2 additions and 2 deletions

View File

@@ -59,4 +59,4 @@ jobs:
- name: Update Container App - name: Update Container App
run: | run: |
az container app update --name flying-api --resource-group noahspan --image docker.io/noahspan/flying-api:${{ github.run_id }} az containerapp update --name flying-api --resource-group noahspan --image docker.io/noahspan/flying-api:${{ github.run_id }}

View File

@@ -1,6 +1,6 @@
{ {
"name": "api", "name": "api",
"version": "0.0.2", "version": "0.0.3",
"description": "", "description": "",
"author": "", "author": "",
"private": true, "private": true,