Skip to content

Commit

Permalink
fix: remove invalid jsdoc @returns b/279361782
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored May 16, 2024
1 parent 1fac9f7 commit e5d04fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions solutions/add-on/share-macro/Code.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ limitations under the License.
*
* @param {string} sourceScriptId - Script ID of the source project.
* @param {string} targetSpreadsheetUrl - URL if the target spreadsheet.
* @return {Card[]} - Card indicating successful copy.
*/
function shareMacro_(sourceScriptId, targetSpreadsheetUrl) {

Expand Down Expand Up @@ -162,4 +161,4 @@ const APPS_SCRIPT_API = {
return false;
}
}
}
}

0 comments on commit e5d04fb

Please sign in to comment.