Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuineng committed Nov 7, 2023
1 parent 12b0f67 commit 8867167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/next-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ nextActions.pagePopup = async function({ func, args }) {
* @param index 指定为当前page中第几个iframe
* @param func
* @param args
* @returns {Promise<*|string>}
* @return {Promise<*|string>}
*/
nextActions.pageIframe = async function({ index, func, args }) {
if (_.isNumber(index)) {
Expand Down

0 comments on commit 8867167

Please sign in to comment.