We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cba638 commit 7d41c3fCopy full SHA for 7d41c3f
TechStacks.ServiceModel/HackerNews.cs
@@ -8,7 +8,7 @@ namespace TechStacks.ServiceModel;
8
[SystemJson(UseSystemJson.Never)]
9
public class ImportNewsPost : IReturn<CreatePostResponse>
10
{
11
- public long Id { get; set; }
+ public string Id { get; set; }
12
[ValidateNotEmpty]
13
public string Title { get; set; }
14
public PostType Type { get; set; }
0 commit comments