Skip to content

Commit

Permalink
fix(quoteSummary): moduleName s/search/quoteSummary/ fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Feb 5, 2024
1 parent 79e33d9 commit bf58aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/quoteSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default function quoteSummary(
moduleOptions?: ModuleOptions
): Promise<QuoteSummaryResult> {
return this._moduleExec({
moduleName: "search",
moduleName: "quoteSummary",

query: {
assertSymbol: symbol,
Expand Down

0 comments on commit bf58aa8

Please sign in to comment.