Skip to content

Commit 965deb3

Browse files
committed
Fix list type to enumerable
1 parent a8e2893 commit 965deb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RealTimeWeatherMonitoringApp/Infrastructure/Configuration/BotConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ public record BotConfiguration(
44
string Name,
55
bool Enabled,
66
string Message,
7-
IReadOnlyList<ConditionConfiguration> Conditions);
7+
IEnumerable<ConditionConfiguration> Conditions);

0 commit comments

Comments
 (0)