refactored code

This commit is contained in:
omkarht
2024-09-06 11:46:52 +05:30
parent 30e4ab99d9
commit 352194c942

View File

@@ -159,9 +159,6 @@ export const addVertex = function (
if (doc?.img) {
vertex.img = doc?.img;
}
if (doc?.pos) {
vertex.pos = doc?.pos;
}
}
};