Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

operand checked twice in or statement. #520

@francisschmaltz

Description

@francisschmaltz

On line 1011 of src/typescript-service.ts

if (!params.query.package || !params.query.package) {
     return [symbol]
}

should be

if (!params.query.package) {
     return [symbol]
}

Metadata

Metadata

Assignees

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