Skip to content

Wrong function call #1

@imthenachoman

Description

@imthenachoman

}).doRequest()

This should be:

google.script.run.withSuccessHandler(function(json)
{
    console.log(json)
    jsonViewer.showJSON(json)
}).getJSON()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions