소스 검색

Expand list of not found errors

jherve 1 년 전
부모
커밋
47b55f1f93
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/LinkedIn/QueryRunner.purs

+ 1 - 0
src/LinkedIn/QueryRunner.purs

@@ -40,6 +40,7 @@ ignoreNotFound = mapExceptT (map ignoreNotFound')
   where
     ignoreNotFound' = case _ of
       (Left (QNodeNotFoundError _ )) -> Right Nothing
+      (Left (QNodeListNotFoundError _ )) -> Right Nothing
       (Left q) -> Left q
       (Right n') -> Right (Just n')