From 174ad39799d1ccf227f75f30ec0c68c98fb58692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20ANDRE?= Date: Tue, 13 Jun 2023 17:20:46 +0200 Subject: [PATCH] Correction --- Back/skydiveLogs-api.Infrastructure/LiteDbProvider.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Back/skydiveLogs-api.Infrastructure/LiteDbProvider.cs b/Back/skydiveLogs-api.Infrastructure/LiteDbProvider.cs index a324e7f..8803986 100644 --- a/Back/skydiveLogs-api.Infrastructure/LiteDbProvider.cs +++ b/Back/skydiveLogs-api.Infrastructure/LiteDbProvider.cs @@ -29,6 +29,7 @@ namespace skydiveLogs_api.Infrastructure BsonMapper.Global.Entity().DbRef(x => x.DropZone, "DropZone"); BsonMapper.Global.Entity().DbRef(x => x.Tunnel, "DropZone"); + BsonMapper.Global.Entity().DbRef(x => x.User, "User"); } #endregion Public Constructors