Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored and astrobot-houston committed Mar 10, 2023
1 parent 09813f1 commit d37dc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/assets/utils/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d37dc7c

Please sign in to comment.