aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Filters
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-01-31 00:10:23 +0800
committercrupest <crupest@outlook.com>2020-01-31 00:10:23 +0800
commiteaf6d126db56b7caedd311033403b1f721bb80bc (patch)
treedfd6ca1258d61ed91e59be620a39159919d07a3f /Timeline/Filters
parent49bd47fb0eb81a88cce135f7ff7c25637790e63b (diff)
downloadtimeline-eaf6d126db56b7caedd311033403b1f721bb80bc.tar.gz
timeline-eaf6d126db56b7caedd311033403b1f721bb80bc.tar.bz2
timeline-eaf6d126db56b7caedd311033403b1f721bb80bc.zip
...
Diffstat (limited to 'Timeline/Filters')
-rw-r--r--Timeline/Filters/Timeline.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Filters/Timeline.cs b/Timeline/Filters/Timeline.cs
index 729dbec7..ed78e645 100644
--- a/Timeline/Filters/Timeline.cs
+++ b/Timeline/Filters/Timeline.cs
@@ -13,7 +13,7 @@ namespace Timeline.Filters
{
if (e.InnerException is UserNotExistException)
{
- context.Result = new BadRequestObjectResult(ErrorResponse.UserCommon.NotExist());
+ context.Result = new NotFoundObjectResult(ErrorResponse.UserCommon.NotExist());
}
else
{