Compare commits

...

2 Commits

Author SHA1 Message Date
Simple_Not
c4e266450d ff
Some checks failed
continuous-integration/drone/push Build is failing
2022-10-29 13:37:47 +10:00
Simple_Not
75b9958b97 asdf 2022-10-29 13:36:25 +10:00

View File

@ -65,9 +65,9 @@ namespace NeDvachAPI
//);
Post receivedPost = new()
{
Date = DateTime.Now,
Id = reader.GetInt32(0),
Text = reader.GetString(1),
Timestamp = reader.GetString(2)
Text = reader.GetString(1)
};
posts.Add(receivedPost);
//posts[postCount] = receivedPost;