From 3a88d54a7e453fbe203f75707253b6b0412a1972 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Mon, 26 May 2025 17:59:32 +0100 Subject: [PATCH] chore: remove redundant comment --- packages/cli/src/util/forAllShapes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/util/forAllShapes.ts b/packages/cli/src/util/forAllShapes.ts index da1f5be..e1c0ec2 100644 --- a/packages/cli/src/util/forAllShapes.ts +++ b/packages/cli/src/util/forAllShapes.ts @@ -40,7 +40,7 @@ export async function forAllShapes( await callback(fileName, shexC); }), ); - // See if any of the RDF files contain a SHACL shape + const shaclPromise = Promise.all( shapeDir.map(async (file) => { if (file.isFile()) {