Skip to content

Commit

Permalink
chore: not sure why type was added
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein committed Oct 20, 2024
1 parent dd5fd42 commit e1575a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/scraper.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import WarframeScraper from './wikia/scrapers/WarframeScraper.mjs';
import VersionScraper from './wikia/scrapers/VersionScraper.mjs';
import readJson from './readJson.mjs';
import { get, getJSON, retryAttempts } from './network.mjs';
import { type } from 'os';

const locales = await readJson(new URL('../config/locales.json', import.meta.url));

Expand Down

0 comments on commit e1575a2

Please sign in to comment.