fix: fix formatting, refs NOISSUE

This commit is contained in:
Simon Diesenreiter
2025-06-25 09:48:27 +02:00
parent c0bee8fd3c
commit 4b18003aa8
9 changed files with 20 additions and 19 deletions

View File

@@ -3,10 +3,10 @@ using song_of_the_day;
public class LinkPreviewAttachment
{
public string Url { get; set; }
public string Title { get; set; }
public string Description { get; set; }
public string Base64Image { get; set; }
public required string Url { get; set; }
public required string Title { get; set; }
public required string Description { get; set; }
public required string Base64Image { get; set; }
}
public class SignalIntegration