Commit ca2c515 1 parent 1c94df0 commit ca2c515 Copy full SHA for ca2c515
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { REQUEST_DELAY } from '../octagon-api.config.js'
5
5
import scrapeFighterInfo from './lib/scrapeFighterInfo.js'
6
6
import timeFormatter from './utils/timeFormatter.js'
7
7
8
- async function getFigthers ( ) {
8
+ async function getFighters ( ) {
9
9
const start = performance . now ( )
10
10
const ranking_data = await readDBFile ( 'rankings' )
11
11
@@ -22,4 +22,4 @@ async function getFigthers() {
22
22
logSuccess ( `Task finished in ${ time } ` )
23
23
}
24
24
25
- export default getFigthers
25
+ export default getFighters
Original file line number Diff line number Diff line change 1
- import getFigthers from './getFigthers .js'
1
+ import getFighters from './getFighters .js'
2
2
import getRankings from './getRankings.js'
3
3
import { logInfo , logSuccess } from './utils/log.js'
4
4
5
5
logInfo ( 'RUNNING COMPLETE SCRAPER\n' )
6
6
await getRankings ( )
7
- await getFigthers ( )
7
+ await getFighters ( )
8
8
logSuccess ( 'Scraper finished' )
You can’t perform that action at this time.
0 commit comments