Skip to content

Missing variable name #17

@VoidVolker

Description

@VoidVolker

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions