Skip to content

Commit

Permalink
fix(PossibleIssues): MakeSolar4CarSideFleetApiStatusCode HasPlaceholder
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuehnel committed Jan 5, 2025
1 parent 9fda99f commit 9a4fcb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public class PossibleIssues(IIssueKeys issueKeys) : IPossibleIssues
IssueSeverity = IssueSeverity.Error,
IsTelegramEnabled = true,
ShowErrorAfterOccurrences = 2,
HasPlaceHolderIssueKey = false,
HasPlaceHolderIssueKey = true,
HideOccurrenceCount = true,
}
},
Expand Down

0 comments on commit 9a4fcb3

Please sign in to comment.