Skip to content

Commit

Permalink
fix: one more jsdoc tweak
Browse files Browse the repository at this point in the history
local was in a weird state, finally bit the bullet and clean/installed
  • Loading branch information
travis committed Aug 11, 2023
1 parent 7055412 commit 010244e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload-api/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function getServiceSigner(config) {
* Given a string, parse into provider service DIDs.
*
* @param {string} providersEnvVar
* @return {import('@web3-storage/upload-api').ServiceDID[]}
* @returns {import('@web3-storage/upload-api').ServiceDID[]}
*/
export function parseProviders(providersEnvVar) {
return /** @type {import('@web3-storage/upload-api').ServiceDID[]} */(
Expand Down

0 comments on commit 010244e

Please sign in to comment.