@ganaka/sdk 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -7998,10 +7998,9 @@ const fetchQuoteTimeline = ({
7998
7998
  throw new Error("Developer token not found. Please set DEVELOPER_KEY environment variable.");
7999
7999
  }
8000
8000
  try {
8001
- const dateStr = dayjs.tz(date2, currentTimezone).format("YYYY-MM-DD");
8002
8001
  const validatedParams = _e.getGrowwQuoteTimeline.query.parse({
8003
8002
  symbol,
8004
- date: dateStr
8003
+ date: date2
8005
8004
  });
8006
8005
  const headers = {
8007
8006
  Authorization: `Bearer ${developerToken}`