Skip to content

Commit

Permalink
Update awaitData.js
Browse files Browse the repository at this point in the history
  • Loading branch information
supremesupreme committed Oct 5, 2024
1 parent 4489689 commit 4a83229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/functions/awaitData.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = (d) => {
data.result = eval(`d.data.awaitData`);
}
} catch (e){
return d.aoiError.fnError(d, "custom", {}, e);
}
return {
code: d.util.setCode(data),
Expand Down

0 comments on commit 4a83229

Please sign in to comment.