Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Nov 16, 2022
1 parent e2fb0c4 commit c18c618
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 237 deletions.
2 changes: 1 addition & 1 deletion packages/integrations/image/src/build/ssg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function loadRemoteImage(src: string) {
expires: Date.now() + expires,
};
} catch (err: unknown) {
console.error(err)
console.error(err);
return undefined;
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/image/src/endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function loadRemoteImage(src: URL) {

return Buffer.from(await res.arrayBuffer());
} catch (err: unknown) {
console.error(err)
console.error(err);
return undefined;
}
}
Expand Down
Loading

0 comments on commit c18c618

Please sign in to comment.