Automate issuer overlay creation from ticker searches
This commit is contained in:
@@ -23,7 +23,7 @@ type GetCompanyFinancialStatementsInput = {
|
||||
queuedSync: boolean;
|
||||
};
|
||||
|
||||
export async function getCompanyFinancialStatements(
|
||||
async function getCompanyFinancialStatements(
|
||||
input: GetCompanyFinancialStatementsInput
|
||||
): Promise<CompanyFinancialStatementsResponse> {
|
||||
return await getCompanyFinancials({
|
||||
@@ -41,7 +41,7 @@ export async function getCompanyFinancialStatements(
|
||||
});
|
||||
}
|
||||
|
||||
export { defaultFinancialSyncLimit };
|
||||
;
|
||||
|
||||
export const __financialStatementsInternals = {
|
||||
defaultFinancialSyncLimit
|
||||
|
||||
Reference in New Issue
Block a user