Skip to content

Commit

Permalink
fix: track
Browse files Browse the repository at this point in the history
  • Loading branch information
yayacat committed Jan 31, 2025
1 parent f566142 commit 74e4859
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ jobs:
readFileWithDetection(filePath) {
try {
if (/\.(wav|mp3|ogg)$/i.test(filePath)) {
return fs.readFileSync(filePath).toString('hex');
}
const content = fs.readFileSync(filePath, 'utf8');
return this.normalizeContent(content);
Expand Down

0 comments on commit 74e4859

Please sign in to comment.