Skip to content

Commit 7d41c3f

Browse files
committed
Update HackerNews.cs
1 parent 7cba638 commit 7d41c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TechStacks.ServiceModel/HackerNews.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace TechStacks.ServiceModel;
88
[SystemJson(UseSystemJson.Never)]
99
public class ImportNewsPost : IReturn<CreatePostResponse>
1010
{
11-
public long Id { get; set; }
11+
public string Id { get; set; }
1212
[ValidateNotEmpty]
1313
public string Title { get; set; }
1414
public PostType Type { get; set; }

0 commit comments

Comments
 (0)