mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
add email service
This commit is contained in:
@@ -29,7 +29,7 @@ const VisitSchema = new Schema<TVisit>({
|
||||
continent: { type: String },
|
||||
country: { type: String },
|
||||
|
||||
session: { type: String },
|
||||
session: { type: String, index: true },
|
||||
flowHash: { type: String },
|
||||
device: { type: String },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user