style: add missing JSDoc
This commit is contained in:
parent
973bbd9855
commit
62905a913c
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ export function isMastodonServer(mastodonServer) {
|
||||||
* @param {string} mastodonServer Mastodon server domain to query
|
* @param {string} mastodonServer Mastodon server domain to query
|
||||||
* @param {string} localTootId local ID of the toot
|
* @param {string} localTootId local ID of the toot
|
||||||
* @returns {Promise} an (JSON) object
|
* @returns {Promise} an (JSON) object
|
||||||
|
* @throws {MastodonApiError} in case the data cannot be fetched
|
||||||
*/
|
*/
|
||||||
export function getTootStatus(mastodonServer, localTootId) {
|
export function getTootStatus(mastodonServer, localTootId) {
|
||||||
// protcol specified HTTPS must be used
|
// protcol specified HTTPS must be used
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue