Skip to content

Commit

Permalink
Remove TODOs on input models since we want to keep this consistent fo…
Browse files Browse the repository at this point in the history
…r now (#4000)
  • Loading branch information
danielmarbach committed Mar 12, 2024
1 parent 3d0f204 commit 5f3f0e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -4,7 +4,6 @@

public class ToggleEmailNotifications
{
// TODO In theory this is not needed because we are using the snake case converter
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }
}
Expand Down
Expand Up @@ -4,7 +4,6 @@

public class UpdateEmailNotificationsSettingsRequest
{
// TODO In theory this is not needed because we are using the snake case converter (rest the same)
[JsonPropertyName("smtp_server")]
public string SmtpServer { get; set; }

Expand Down

0 comments on commit 5f3f0e0

Please sign in to comment.