mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
fix EventType enum
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
export enum EventType {
|
||||
VISIT = 1,
|
||||
EVENT = 2
|
||||
VISIT = 0,
|
||||
EVENT = 1
|
||||
}
|
||||
Reference in New Issue
Block a user