mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 16:57:34 +00:00
chore: remove old cards
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -10,8 +10,8 @@ import {Evga} from './evga';
|
||||
import {EvgaEu} from './evga-eu';
|
||||
import {Logger} from '../../logger';
|
||||
import {MicroCenter} from './microcenter';
|
||||
import {NewEgg} from './newegg';
|
||||
import {NewEggCa} from './newegg-ca';
|
||||
import {Newegg} from './newegg';
|
||||
import {NeweggCa} from './newegg-ca';
|
||||
import {Nvidia} from './nvidia';
|
||||
import {OfficeDepot} from './officedepot';
|
||||
import {Store} from './store';
|
||||
@@ -28,8 +28,8 @@ const masterList = new Map([
|
||||
[Evga.name, Evga],
|
||||
[EvgaEu.name, EvgaEu],
|
||||
[MicroCenter.name, MicroCenter],
|
||||
[NewEgg.name, NewEgg],
|
||||
[NewEggCa.name, NewEggCa],
|
||||
[Newegg.name, Newegg],
|
||||
[NeweggCa.name, NeweggCa],
|
||||
[Nvidia.name, Nvidia],
|
||||
[OfficeDepot.name, OfficeDepot],
|
||||
[Zotac.name, Zotac]
|
||||
|
||||
Reference in New Issue
Block a user