Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed May 27, 2024
1 parent 4d40427 commit 13b8abd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ public class SmsSettings
public string ConnectionString { get; set; } = default!;

public bool Configured => string.IsNullOrEmpty(FromPhoneNumber) is false && string.IsNullOrEmpty(ConnectionString) is false;
}
}

0 comments on commit 13b8abd

Please sign in to comment.