feat: !return null

This commit is contained in:
amhsirak
2024-12-07 23:36:01 +05:30
parent ef571c4ea0
commit 9f24e0018c

View File

@@ -128,7 +128,6 @@ export const getRect = async (page: Page, coordinates: Coordinates) => {
};
}
}
return null;
},
{ x: coordinates.x, y: coordinates.y },
);