Commit c1824c42 authored by ChanHaeng Lee's avatar ChanHaeng Lee
Browse files

Fix error message

parent 227e3a73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1585,7 +1585,7 @@ class ItemsNotFoundError extends HandlerError {
 */
class NotAcceptableError extends HandlerError {
  constructor() {
    super("Items not found in the collection.");
    super("The request is not acceptable.");
  }
}