tiny correction

This commit is contained in:
Niels Lyngsø
2023-04-03 16:08:06 +02:00
parent 5a2e415cec
commit 925b14e35e

View File

@@ -69,10 +69,7 @@ export class UmbWorkspacePackageBuilderElement extends UmbLitElement {
async #download() {
if (!this._package?.id) return;
const response = await tryExecuteAndNotify(
this,
PackageResource.getPackageCreatedByIdDownload({ id: this._package.id })
);
await tryExecuteAndNotify(this, PackageResource.getPackageCreatedByIdDownload({ id: this._package.id }));
}
#nameDefined() {