refactor calendar optimizer page

This commit is contained in:
Avraham Sakal
2024-03-11 22:19:22 -04:00
parent 6d8ac852ab
commit ead2e5bd1b
2 changed files with 112 additions and 80 deletions
+1 -1
View File
@@ -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"