Update typescript to 5.1.3
This commit is contained in:
parent
8410f95368
commit
e3c6b4d9b1
4 changed files with 8 additions and 4 deletions
|
@ -60,7 +60,6 @@ export async function afterSign({
|
|||
|
||||
await notarize({
|
||||
tool: 'notarytool',
|
||||
appBundleId,
|
||||
appPath,
|
||||
appleId,
|
||||
appleIdPassword,
|
||||
|
|
|
@ -320,7 +320,7 @@ async function getPreview(
|
|||
|
||||
let image;
|
||||
if (imageHref && LinkPreview.shouldPreviewHref(imageHref)) {
|
||||
let objectUrl: void | string;
|
||||
let objectUrl: undefined | string;
|
||||
try {
|
||||
const fullSizeImage = await messaging.fetchLinkPreviewImage(
|
||||
imageHref,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue