This commit is contained in:
Hailey
2024-04-17 11:58:36 -07:00
parent 3ea08f13c1
commit 771814b40c
+2 -2
View File
@@ -122,7 +122,7 @@ export async function post(agent: BskyAgent, opts: PostOpts) {
if (isNative) {
try {
deleteAsync(path)
await deleteAsync(path)
} catch (e) {}
}
@@ -183,7 +183,7 @@ export async function post(agent: BskyAgent, opts: PostOpts) {
try {
if (isNative) {
deleteAsync(opts.extLink.localThumb.path)
await deleteAsync(opts.extLink.localThumb.path)
}
} catch (e) {}
}