Skip to content

Commit bbcdabb

Browse files
author
Roman Eriksen
committed
Merged main into branch
1 parent af44642 commit bbcdabb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exercise.wwwapi/Data/DataContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
5050
.HasOne(ccu => ccu.User)
5151
.WithMany(u => u.CohortCourseUsers) // ← Specify the inverse navigation
5252
.HasForeignKey(ccu => ccu.UserId);
53-
5453
#endregion CohortCourse
5554

5655
modelBuilder.Entity<UserCohort>()

0 commit comments

Comments
 (0)