瀏覽代碼

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