-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
In this line missing variable name: https://github.com/RepairShopr/CommitCRM-Exporter/blob/master/RepairShoprCore/RepairShoprUtils.cs#L119
LoginResponse = JsonConvert.DeserializeObject<LoginResponse>(jsonResult);
Shall be:
LoginResponse response = JsonConvert.DeserializeObject<LoginResponse>(jsonResult);
Metadata
Metadata
Assignees
Labels
No labels