Automate issuer overlay creation from ticker searches
This commit is contained in:
@@ -171,7 +171,7 @@ export function researchLibraryQueryOptions(input: {
|
||||
});
|
||||
}
|
||||
|
||||
export function researchMemoQueryOptions(ticker: string) {
|
||||
function researchMemoQueryOptions(ticker: string) {
|
||||
const normalizedTicker = ticker.trim().toUpperCase();
|
||||
|
||||
return queryOptions({
|
||||
@@ -181,7 +181,7 @@ export function researchMemoQueryOptions(ticker: string) {
|
||||
});
|
||||
}
|
||||
|
||||
export function researchPacketQueryOptions(ticker: string) {
|
||||
function researchPacketQueryOptions(ticker: string) {
|
||||
const normalizedTicker = ticker.trim().toUpperCase();
|
||||
|
||||
return queryOptions({
|
||||
@@ -199,7 +199,7 @@ export function watchlistQueryOptions() {
|
||||
});
|
||||
}
|
||||
|
||||
export function researchJournalQueryOptions(ticker: string) {
|
||||
function researchJournalQueryOptions(ticker: string) {
|
||||
const normalizedTicker = ticker.trim().toUpperCase();
|
||||
|
||||
return queryOptions({
|
||||
|
||||
Reference in New Issue
Block a user