Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void Awake()
// Configuration via configuration file - all platform support but set at build time
if (ConfigurationType == ConfigurationType.Unknown)
{
//TODO: For next PR
//TODO: For next PR. Should we address this?
}

// configuration via WebApi - works on all platforms and is set at run time
Expand Down
Loading