Skip to content

Commit 639ce26

Browse files
committed
app: tiny cleanup for CreatorValueMonitorJob
1 parent 2e50bac commit 639ce26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TTX.App/Jobs/CreatorValues/CreatorValueMonitorJob.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ private async Task ParseMessage(Message m)
123123
.Select(c => c.StreamStatus.IsLive)
124124
.FirstOrDefaultAsync();
125125

126-
if (isLive is null)
126+
if (!isLive.HasValue)
127127
{
128128
if (_logger.IsEnabled(LogLevel.Warning))
129129
{

0 commit comments

Comments
 (0)