Skip to content
Snippets Groups Projects
Commit d72c58eb authored by Daniel Andrášik's avatar Daniel Andrášik
Browse files

- fix layer contract is no go property name

parent a5235e3f
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,6 @@ namespace SDK.Contracts.Data
public DeviceContract[] Devices { get; set; }
public bool IsNoGO { get; set; }
public bool IsNoGo { get; set; }
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment