mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-06 23:03:10 +00:00
revert time change
This commit is contained in:
parent
1ec507254c
commit
3ccfacea81
@ -9,7 +9,7 @@ import { useMessages, usePersistentNick } from "./hooks";
|
|||||||
|
|
||||||
const startTime = new Date();
|
const startTime = new Date();
|
||||||
// Only retrieve a week of history
|
// Only retrieve a week of history
|
||||||
startTime.setTime(Date.now() - 1000 * 60 * 30);
|
startTime.setTime(Date.now() - 1000 * 60 * 60 * 24 * 7);
|
||||||
const endTime = new Date();
|
const endTime = new Date();
|
||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user