Skip to content

Commit

Permalink
chore(quoteSummary): run prettier on file piped through sed
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Mar 6, 2022
1 parent 9558cda commit 47b42ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/quoteSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ export default function quoteSummary(

query: {
assertSymbol: symbol,
url:
"https://${YF_QUERY_HOST}/v10/finance/quoteSummary/" + symbol,
url: "https://${YF_QUERY_HOST}/v10/finance/quoteSummary/" + symbol,
schemaKey: "#/definitions/QuoteSummaryOptions",
defaults: queryOptionsDefaults,
overrides: queryOptionsOverrides,
Expand Down

0 comments on commit 47b42ce

Please sign in to comment.