api no longer fails when no pilots or logbook entries

This commit is contained in:
2024-12-01 11:46:21 -06:00
parent 2981a29d11
commit 7d1c7e1276
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
{
"name": "@noahspan/flying-client",
"private": true,
"version": "0.1.6",
"version": "0.1.7",
"type": "module",
"scripts": {
"dev": "vite",