Skip to content

Commit

Permalink
fix(app): fix majority of ts errors
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Nov 19, 2023
1 parent ef4a7d2 commit 730b156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/tsfixme_progress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ table() {


echo "
| Count | Base Branch | This Branch | Cumulative Progress since 2022-06-24 |
| Count | Base Branch | This Branch | Cumulative Progress since 2023-11-19 |
|------------------------------------|-------------------------------|-------------------------------------------------------|------------------------------------------------------------------------|
| \`\$TSFixMe\` | $base_count_tsfixme_instances | $count_tsfixme_instances (${diff_tsfixme_instances}%) | ${progress_tsfixme_instances}% (from $INITIAL_COUNT_TSFIXME_INSTANCES) |
| Files containing \`\$TSFixMe\` | $base_count_tsfixme_files | $count_tsfixme_files (${diff_tsfixme_files}%) | ${progress_tsfixme_files}% (from $INITIAL_COUNT_TSFIXME_FILES) |
Expand Down

0 comments on commit 730b156

Please sign in to comment.