re-order available underlyings
This commit is contained in:
+1
-1
@@ -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() })))
|
||||||
|
|||||||
Reference in New Issue
Block a user