ソースを参照

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')