Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Sep 30, 2024
1 parent 4dcbbe4 commit 974d510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
}
}

internal void UpdateProperty(ProxyPropertyReference property, string sourcePath, object value)
internal void UpdateProperty(ProxyPropertyReference property, string sourcePath, object? value)
{
_propertyUpdateAction?.Invoke(new ProxyPropertyPathReference(property, sourcePath, value));
}
Expand Down

0 comments on commit 974d510

Please sign in to comment.