Removed unnecessary props
This commit is contained in:
parent
55b56d4d1a
commit
4e33f96a44
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ import sharp from 'sharp'
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
size?: number
|
size?: number
|
||||||
alt?: string
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const convertLogo = async (props: Props) => {
|
const convertLogo = async (props: Props) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue