Skip to content

call of unlock() is too convoluted #9

@ceresith

Description

@ceresith

lock('key', function(unlock) { unlock()(); })

Currently, this is too convoluted. It should be:

lock('key', function(unlock) { unlock(); })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions