refactoring

This commit is contained in:
Emily
2025-01-25 15:31:37 +01:00
parent e4bdf7e4c3
commit 3960eaa8ad
11 changed files with 833 additions and 2221 deletions

View File

@@ -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 },