diff --git a/apps/dokploy/server/api/services/domain.ts b/apps/dokploy/server/api/services/domain.ts index 0b9c15fe..2613f2cc 100644 --- a/apps/dokploy/server/api/services/domain.ts +++ b/apps/dokploy/server/api/services/domain.ts @@ -35,7 +35,7 @@ export const createDomain = async (input: typeof apiCreateDomain._type) => { await manageDomain(application, domain); } - return domain; + return domain; }); };