diff --git a/cmd/pocket.ts b/cmd/pocket.ts index 0bf0cff..ccb7f33 100644 --- a/cmd/pocket.ts +++ b/cmd/pocket.ts @@ -239,6 +239,7 @@ const getPOKTDayPrices = async (dateFrom: Date, dateTo: Date) => { return dayPrices; } catch (e) { + console.log('test') throw new Error(e); } };