small changes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-14 20:32:54 +05:00
parent 2d853eaa02
commit cccd45caa7
6 changed files with 22 additions and 22 deletions

View File

@@ -55,7 +55,6 @@ namespace NeDvachAPI.DBControllers
public static List<Post> ThreadsList(string boardName)
{
List<Post> posts = new List<Post>();
string received = "";
string connString =
string.Format(
"Server={0}; User Id={1}; Database={2}; Port={3}; Password={4};SSLMode=Prefer",