Explorar o código

Expand list of not found errors

jherve hai 1 ano
pai
achega
47b55f1f93
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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')