mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 23:52:36 +01:00
Fux 500 error when reading old compile jobs
This commit is contained in:
@@ -90,7 +90,7 @@ namespace Tgstation.Server.Host.Models
|
||||
ByondVersion = Version.Parse(ByondVersion),
|
||||
MinimumSecurityLevel = MinimumSecurityLevel,
|
||||
DMApiVersion = DMApiVersion,
|
||||
RepositoryOrigin = new Uri(RepositoryOrigin),
|
||||
RepositoryOrigin = RepositoryOrigin != null ? new Uri(RepositoryOrigin) : null,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user