refactor calendar optimizer page
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ const appRouter = router({
|
||||
WHERE symbol = '${underlying}'
|
||||
AND expirationDate = '${expirationDate}'
|
||||
AND strike = ${strike}
|
||||
AND optionType = 'call'
|
||||
AND type = 'call'
|
||||
ORDER BY tsStart ASC
|
||||
`,
|
||||
"JSONCompactEachRow"
|
||||
|
||||
Reference in New Issue
Block a user