Skip to content

Commit 56e7462

Browse files
committed
chore: fix PR 81 validation type error
1 parent 5ac589b commit 56e7462

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr81-autofix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Apply reviewed fixes
2626
run: |
2727
python3 .github/pr81-fix.py
28+
sed -i 's/appKey?: string;/appKey: string;/' src/app.ts
2829
rm .github/pr81-fix.py .github/workflows/pr81-autofix.yml
2930
3031
- uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)