re-order available underlyings

This commit is contained in:
Avraham Sakal
2024-03-12 23:40:17 -04:00
parent 438585f9e0
commit 9168e4df28
+1 -1
View File
@@ -37,7 +37,7 @@ const appRouter = router({
// SELECT DISTINCT(symbol) as symbol FROM option_contracts // SELECT DISTINCT(symbol) as symbol FROM option_contracts
// `)) // `))
// .map(({symbol})=>symbol); // .map(({symbol})=>symbol);
return ["GOOGL", "AAPL", "NFLX", "AMD", "MSFT"]; return ["AAPL", "AMD", "GOOGL", "MSFT", "NFLX"];
}), }),
getAvailableAsOfDates: publicProcedure getAvailableAsOfDates: publicProcedure
.input(RpcType(ObjectT({ underlying: StringT() }))) .input(RpcType(ObjectT({ underlying: StringT() })))