Skip to content

Commit e68fda3

Browse files
committed
Merge branch 'dev' of github.com:fugasjunior/arma-server-manager into dev
2 parents eaf570b + 869a539 commit e68fda3

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

backend/src/main/java/cz/forgottenempire/servermanager/workshop/WorkshopModsFacade.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,7 @@ public List<WorkshopMod> saveAndInstallMods(List<Long> ids) {
6767
workshopMods.forEach(mod -> {
6868
mod.setInstallationStatus(InstallationStatus.INSTALLATION_IN_PROGRESS);
6969
mod.setErrorStatus(null);
70-
});
71-
modsService.saveAllMods(workshopMods);
7270

73-
workshopMods.forEach(mod -> {
7471
ModMetadata modMetadata = fileDetailsService.fetchModMetadata(mod.getId());
7572
mod.setName(modMetadata.name());
7673
setModServerType(mod, modMetadata.consumerAppId());

frontend/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
"jest": "^29.5.0",
6969
"ts-jest": "^29.1.0",
7070
"typescript": "^5.0.2",
71-
"vite": "^4.5.3"
71+
"vite": "^4.5.5"
7272
}
7373
}

0 commit comments

Comments
 (0)