We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2977f commit 21b0eecCopy full SHA for 21b0eec
ReadMe.md
@@ -36,7 +36,7 @@ public void UpdatePost(int uid, ForumPost post)
36
}
37
catch (Exception ex)
38
{
39
- OneTrue.Report(ex, new{ UserId = uid, ForumPost = post });
+ Err.Report(ex, new{ UserId = uid, ForumPost = post });
40
41
42
```
0 commit comments