Rename currently unused variable

This commit is contained in:
Matt Nadareski
2021-01-26 13:44:38 -08:00
parent c3e4c7fa78
commit ec5e533bd8

View File

@@ -10,10 +10,10 @@ namespace MPF.Web
public class SubmissionInfo
{
/// <summary>
/// Version of the generated submission information
/// Version of the current schema
/// </summary>
[JsonProperty(PropertyName = "version", DefaultValueHandling = DefaultValueHandling.Ignore)]
public int SubmissionInfoVersion { get; set; } = 1;
[JsonProperty(PropertyName = "schema_version", DefaultValueHandling = DefaultValueHandling.Ignore)]
public int SchemaVersion { get; set; } = 1;
/// <summary>
/// List of matched Redump IDs