OpenHPS/openhps-rest

View on GitHub
src/client/nodes/RESTClientNode.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function _onRemotePush has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private _onRemotePush(data: In): Promise<void> {
        return new Promise((resolve, reject) => {
            // Perform a POST push request on the remote node
            Axios.request({
                baseURL: this.options.url,
Severity: Minor
Found in src/client/nodes/RESTClientNode.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status