Skip to content

Commit

Permalink
PKG -- [fcl/typedefs] Fix return type #1642 (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed May 10, 2023
1 parent 2e5ca45 commit 705be3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fcl/src/current-user/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ const makeSignable = msg => {
/**
* @description - A method to use allowing the user to personally sign data via FCL Compatible Wallets/Services.
* @param {string} msg - Message to sign
* @returns {Promise<CompositeSignature>} - Array of CompositeSignatures
* @returns {Promise<CompositeSignature[]>} - Array of CompositeSignatures
*/
async function signUserMessage(msg) {
spawnCurrentUser()
Expand Down

0 comments on commit 705be3e

Please sign in to comment.