feat(store): add gamestop (#390)

This commit is contained in:
Grant
2020-09-30 11:14:42 -04:00
committed by GitHub
parent fdd92f9d65
commit 7148451b66
3 changed files with 30 additions and 0 deletions
+2
View File
@@ -10,6 +10,7 @@ import {BestBuyCa} from './bestbuy-ca';
import {Config} from '../../config';
import {Evga} from './evga';
import {EvgaEu} from './evga-eu';
import {Gamestop} from './gamestop';
import {Logger} from '../../logger';
import {MicroCenter} from './microcenter';
import {Newegg} from './newegg';
@@ -33,6 +34,7 @@ const masterList = new Map([
[BestBuyCa.name, BestBuyCa],
[Evga.name, Evga],
[EvgaEu.name, EvgaEu],
[Gamestop.name, Gamestop],
[MicroCenter.name, MicroCenter],
[Newegg.name, Newegg],
[NeweggCa.name, NeweggCa],