Skip to content

Commit 00e6eda

Browse files
committed
Merge pull request #157 from corylulu/patch-3
Update Post.cs
2 parents 2f6e434 + 9dc9220 commit 00e6eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RedditSharp/Things/Post.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ private void RemoveImpl(bool spam)
222222

223223
public void Del()
224224
{
225-
var data = SimpleAction(ApproveUrl);
225+
var data = SimpleAction(DelUrl);
226226
}
227227

228228
public void Hide()

0 commit comments

Comments
 (0)