Skip to content

Commit

Permalink
fix: add missing util import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Stewart committed Aug 4, 2020
1 parent 641ff87 commit e33f87f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const path = require('path');
const {createReadStream} = require('fs');
const {createInterface} = require('readline');
const {removeSpecialCharacters} = require('./util');

const CITY_MAP_DATA = path.join(__dirname, 'data.csv');

Expand Down

0 comments on commit e33f87f

Please sign in to comment.