Skip to content

Commit f4f2f00

Browse files
committed
update
1 parent 6770547 commit f4f2f00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ export default {
119119
} catch (error) {
120120
if (error?.message.includes("Maximum value for 'count' exceeded")) {
121121
throw new ConfigurationError("Maximum results exceeded. Update the time range or granularity to return fewer results.");
122+
} else {
123+
console.error("Error retrieving historical prices:", error);
124+
throw error;
122125
}
123126
}
124127
},

0 commit comments

Comments
 (0)