Skip to content

Commit 841458c

Browse files
committed
fix(service): Fix days ago value changed for test purposes
1 parent c20ec40 commit 841458c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/billing/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export default async ({
181181

182182
const commonArgs = {
183183
timePeriod: {
184-
Start: getDaysAgo(60), // TODO: change to 30 !!!
184+
Start: getDaysAgo(30),
185185
End: today,
186186
},
187187
}

0 commit comments

Comments
 (0)