Skip to content

Commit 76c79a0

Browse files
committed
Fixing sonar qube sisue
1 parent 3c3ad89 commit 76c79a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KeeperData.Bridge/Controllers/CleanseController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ public record TestNotificationResponse
857857
public record GetIssuesRequest
858858
{
859859
/// <summary>Number of records to skip (default: 0).</summary>
860-
public int Skip { get; init; }
860+
public int Skip { get; init; } = 0;
861861

862862
/// <summary>Maximum number of records to return (default: 10, max: 100).</summary>
863863
public int Top { get; init; } = 10;

0 commit comments

Comments
 (0)