Skip to content

Commit

Permalink
fix: refresh installations on module update
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Jul 18, 2024
1 parent c6151a2 commit 42df936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app-api/src/service/ModuleService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ export class ModuleService extends TakaroService<ModuleModel, ModuleOutputDTO, M
);
}

await this.refreshInstallations(id);

return updated;
} catch (e) {
throw new errors.BadRequestError('Invalid config schema');
Expand Down

0 comments on commit 42df936

Please sign in to comment.