Skip to content

Commit 75f5a52

Browse files
committed
maybe 6 months instead?
1 parent 0f49a7c commit 75f5a52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/api/lttstore/devData/+server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const GET = (async ({platform}) => {
2323
.then(r => r.results);
2424

2525
const screwdriverStocks = db.prepare("select * from stock_history where id = 6649895092327 and timestamp > ?")
26-
.bind(Date.now() - (365 * 24 * 60 * 60e3))
26+
.bind(Date.now() - (6 * 30 * 24 * 60 * 60e3))
2727
.all()
2828
.then(r => r.results);
2929

0 commit comments

Comments
 (0)