mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
feat(store): add argos with ps5
Updated env-example Add max price for test series Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ const store = {
|
||||
sf: envOrNumber(process.env.MAX_PRICE_SERIES_CORSAIR_SF),
|
||||
sonyps5c: envOrNumber(process.env.MAX_PRICE_SERIES_SONYPS5C),
|
||||
sonyps5de: envOrNumber(process.env.MAX_PRICE_SERIES_SONYPS5DE),
|
||||
'test:series': -1,
|
||||
'test:series': envOrNumber(process.env.MAX_PRICE_SERIES_TEST),
|
||||
xboxss: -1,
|
||||
xboxsx: -1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user