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