Skip to content

Commit 21b0eec

Browse files
authored
Update ReadMe.md
1 parent 7b2977f commit 21b0eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void UpdatePost(int uid, ForumPost post)
3636
}
3737
catch (Exception ex)
3838
{
39-
OneTrue.Report(ex, new{ UserId = uid, ForumPost = post });
39+
Err.Report(ex, new{ UserId = uid, ForumPost = post });
4040
}
4141
}
4242
```

0 commit comments

Comments
 (0)