mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +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