From 7d1c7e127622b49c2b263bfa8eaa2d94dc822e99 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sun, 1 Dec 2024 11:46:21 -0600 Subject: [PATCH] api no longer fails when no pilots or logbook entries --- .github/workflows/dev.yaml | 2 +- app/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yaml b/.github/workflows/dev.yaml index 8b007b8..896f1f4 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/dev.yaml @@ -26,7 +26,7 @@ jobs: env: MODIFIED_FILES: ${{ steps.changed-files.outputs.modified_files }} run: | - echo "modified_files=${MODIFIED_FILES}" >> "$GITHUB_OUTPUT" + echo ${MODIFIED_FILES} github-output: name: git-hub-output diff --git a/app/package.json b/app/package.json index fd7525c..940b9ba 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "@noahspan/flying-client", "private": true, - "version": "0.1.6", + "version": "0.1.7", "type": "module", "scripts": { "dev": "vite",