Skip to content

Commit

Permalink
Move xml comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Aug 20, 2024
1 parent 755d39f commit 1b2a3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/Models/UserSetting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ public class UserSetting : IIdentifyable
/// </summary>
public User? User { get; set; }

[Column("table_extended")]
/// <summary>
/// Gets or sets whether the BoreholeTable is extended for the user.
/// </summary>
[Column("table_extended")]
public bool IsTableExtended { get; set; }
}

0 comments on commit 1b2a3d7

Please sign in to comment.