clickup.js
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "clickup.js", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "A Node.js wrapper for the Clickup API", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -51,3 +51,3 @@ class Spaces { | ||
return this._request.delete({ | ||
endpoint: `${this.route}${spaceId}`, | ||
endpoint: `${this.route}/${spaceId}`, | ||
}); | ||
@@ -54,0 +54,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52173