Skip to content

Commit 33e9861

Browse files
Update components/polygon/actions/get-historical-prices/get-historical-prices.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent db53c01 commit 33e9861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/polygon/actions/get-historical-prices/get-historical-prices.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default {
6161
optional: true,
6262
min: 1,
6363
max: 5000,
64-
defalt: 5000,
64+
default: 5000,
6565
},
6666
},
6767
async run({ $ }) {

0 commit comments

Comments
 (0)