1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-02-16 20:31:25 +01:00

Fix description

This commit is contained in:
Petrus 2021-10-07 05:16:49 -03:00
parent 52547b94a5
commit 182367acd1

View File

@ -566,6 +566,7 @@ public class Job {
if (fDescription != null) {
this.fDescription.addAll(fDescription);
this.description = String.join("\n",this.fDescription);
}
}