mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Rename currently unused variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user