Skip to content

Commit 0c6da3e

Browse files
authored
Merge pull request #10 from cloudgraphdev/fix/CG-1259
fix(service): Fix right days values changed for test purposes
2 parents c20ec40 + 841458c commit 0c6da3e

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)