Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 30a02b0

Browse files
committed
fix jsdoc return value in PastebinClient#login()
1 parent da3e964 commit 30a02b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/struct/PastebinClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ module.exports = class PastebinClient {
120120

121121
/**
122122
* Login with the stored username and password and store the user key.
123-
* @returns {PastebinClient}
123+
* @returns {Promise<PastebinClient>}
124124
*/
125125
async login() {
126126
if (!this.credentials.apiKey)

0 commit comments

Comments
 (0)