test(buffer): testing new buffer (only inserts, no processing)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { BotBuffer } from './bot-buffer-psql';
|
||||
import { EventBuffer } from './event-buffer-psql';
|
||||
import { ProfileBuffer } from './profile-buffer-psql';
|
||||
import { BotBuffer } from './bot-buffer';
|
||||
import { EventBuffer } from './event-buffer';
|
||||
import { ProfileBuffer } from './profile-buffer';
|
||||
|
||||
export const eventBuffer = new EventBuffer();
|
||||
export const profileBuffer = new ProfileBuffer();
|
||||
|
||||
Reference in New Issue
Block a user