diff --git a/back/services/env.ts b/back/services/env.ts index ed0246f5..8042d4e1 100644 --- a/back/services/env.ts +++ b/back/services/env.ts @@ -49,6 +49,7 @@ export default class EnvService { public async remove(ids: string[]) { await EnvModel.destroy({ where: { id: ids } }); + await this.set_envs(); } public async move(