Преглед на файлове

Expand list of not found errors

jherve преди 1 година
родител
ревизия
8075b19fcd
променени са 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')