Add BPM_EVENTS to Redis DB list

This commit is contained in:
jvcalderon 2024-02-23 16:26:23 +01:00
parent 55410dcfd4
commit 1ef5e54c29
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ export enum Databases {
WRITE_THROUGH = "writeThrough",
LOCKS = "locks",
SOCKET_IO = "socket_io",
BPM_EVENTS = "bpmEvents",
}
/**