docs(Webhook): add mising '@name' to Webhook#token's docstring

This commit is contained in:
SpaceEEC
2018-12-30 12:52:33 +01:00
parent 0bde9ca2c5
commit 840d22f892

View File

@@ -28,6 +28,7 @@ class Webhook {
/**
* The token for the webhook
* @name Webhook#token
* @type {string}
*/
Object.defineProperty(this, 'token', { value: data.token, writable: true, configurable: true });