mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
09813f1610
commit
d37dc7c71a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export async function imageMetadata(
|
|||
data?: Buffer
|
||||
): Promise<Metadata | undefined> {
|
||||
if (!sizeOf) {
|
||||
sizeOf = await import('image-size').then(mod => mod.default);
|
||||
sizeOf = await import('image-size').then((mod) => mod.default);
|
||||
}
|
||||
let file = data;
|
||||
if (!file) {
|
||||
|
|
Loading…
Reference in a new issue