recieve date
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2022-10-29 13:40:06 +10:00
parent 26df236ae7
commit 07de4fa972

View File

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