mirror of
https://github.com/aljazceru/ditto.git
synced 2026-02-18 11:44:20 +01:00
Refactor EventStore to use a more Set-like interface
This commit is contained in:
@@ -39,6 +39,6 @@ async function usersToEvents() {
|
||||
created_at: Math.floor(new Date(row.inserted_at).getTime() / 1000),
|
||||
});
|
||||
|
||||
await eventsDB.storeEvent(event);
|
||||
await eventsDB.add(event);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user