fix: manual deployment pass undefined for unset optional vaules

This commit is contained in:
Arman
2023-09-05 11:21:15 +02:00
parent d293ca2b50
commit e51981c7e6
@@ -33,8 +33,8 @@
functionId,
files[0],
active,
entrypoint,
buildCommand
entrypoint || undefined,
buildCommand || undefined
);
await invalidate(Dependencies.DEPLOYMENTS);
files = undefined;