Skip to content

Commit 9dc9220

Browse files
committed
Update Post.cs
Del() was sending ApproveUrl instead of DelUrl.
1 parent 2f6e434 commit 9dc9220

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)