Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgauffin authored May 14, 2018
1 parent 7b2977f commit 21b0eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void UpdatePost(int uid, ForumPost post)
}
catch (Exception ex)
{
OneTrue.Report(ex, new{ UserId = uid, ForumPost = post });
Err.Report(ex, new{ UserId = uid, ForumPost = post });
}
}
```
Expand Down

0 comments on commit 21b0eec

Please sign in to comment.