chore:: lint

This commit is contained in:
karishmas6
2024-06-06 05:14:18 +05:30
parent cded3fead6
commit bdc37a188f

View File

@@ -38,7 +38,8 @@ export const getRect = async (page: Page, coordinates: Coordinates) => {
left: rectangle.left, left: rectangle.left,
}; };
} }
}}, }
},
{ x: coordinates.x, y: coordinates.y }, { x: coordinates.x, y: coordinates.y },
); );
return rect; return rect;