mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: manual deployment pass undefined for unset optional vaules
This commit is contained in:
+2
-2
@@ -33,8 +33,8 @@
|
||||
functionId,
|
||||
files[0],
|
||||
active,
|
||||
entrypoint,
|
||||
buildCommand
|
||||
entrypoint || undefined,
|
||||
buildCommand || undefined
|
||||
);
|
||||
await invalidate(Dependencies.DEPLOYMENTS);
|
||||
files = undefined;
|
||||
|
||||
Reference in New Issue
Block a user