mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-18 17:17:54 +02:00
Remove unnecessary default value for EF Constructors
This commit is contained in:
@ -19,7 +19,7 @@ public class DownloadMangaCoverJob : Job
|
||||
/// <summary>
|
||||
/// EF ONLY!!!
|
||||
/// </summary>
|
||||
public DownloadMangaCoverJob(string mangaId, string? parentJobId = null)
|
||||
internal DownloadMangaCoverJob(string mangaId, string? parentJobId)
|
||||
: base(TokenGen.CreateToken(typeof(DownloadMangaCoverJob)), JobType.DownloadMangaCoverJob, 0, parentJobId)
|
||||
{
|
||||
this.MangaId = mangaId;
|
||||
|
Reference in New Issue
Block a user