Skip to content

Commit

Permalink
fix param type in api
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Feb 3, 2024
1 parent 1ed8653 commit b204d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/js/comm/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export class API {
}

/**
* @param {string} language
* @param {import('api').ApiParam<'getTextTransformations', 'language'>} language
* @returns {Promise<import('api').ApiReturn<'getTextTransformations'>>}
*/
getTextTransformations(language) {
Expand Down

0 comments on commit b204d3e

Please sign in to comment.