shiveshnavin commited on
Commit
467fe95
·
1 Parent(s): bcc7dba
Files changed (1) hide show
  1. scripts/process-manuscript.cjs +1 -2
scripts/process-manuscript.cjs CHANGED
@@ -4,8 +4,7 @@ const path = require('path');
4
  function modifyTranscript(transcriptObj, index) {
5
  return {
6
  ...transcriptObj,
7
- text: transcriptObj.text.toUpperCase(),
8
- wordCount: transcriptObj.text.split(' ').length
9
  };
10
  }
11
 
 
4
  function modifyTranscript(transcriptObj, index) {
5
  return {
6
  ...transcriptObj,
7
+ mediaAbsPaths: []
 
8
  };
9
  }
10