Remove unnecessary return

This commit is contained in:
Manav Rathi
2024-07-09 13:30:17 +05:30
parent 2920e04aa5
commit ed660c36df

View File

@@ -415,6 +415,4 @@ const index = async (
const ms = Date.now() - startTime;
return `Indexed ${nf} faces in ${f} (${ms} ms)`;
});
return faceIndex;
};