Skip to content

Getting an exception during a fetchAll in defaultSignature in repository.js #572

@Cian-Chambliss

Description

@Cian-Chambliss

Worked around this by changing the test of name from

if( !result.name() )

to

if( !result || !result.name() )

I am not sure if this is the correct place to address the issue (i.e. should signature object ever come back as null??).

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