Removed unnecessary props

This commit is contained in:
Patrick Alvin Alcala 2025-08-28 17:41:03 +08:00
parent 55b56d4d1a
commit 4e33f96a44

View file

@ -2,7 +2,6 @@ import sharp from 'sharp'
interface Props {
size?: number
alt?: string
}
const convertLogo = async (props: Props) => {