Fix lint
This commit is contained in:
@@ -15,6 +15,7 @@ function statusFromError(error: AppError): ContentfulStatusCode {
|
||||
case 'conflict':
|
||||
return 409;
|
||||
case 'unexpected':
|
||||
return 500;
|
||||
default:
|
||||
return 500;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user