Skip to content

Commit

Permalink
Update store_message_info_MOD.js
Browse files Browse the repository at this point in the history
  • Loading branch information
master3395 committed Jun 28, 2024
1 parent 6024ea2 commit c63afa8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions actions/store_message_info_MOD.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,11 @@ module.exports = {
// ---------------------------------------------------------------------
async action(cache) {
const data = cache.actions[cache.index];
const msg = await this.getMessageFromData(data.message, data.varName, cache);
const msg = await this.getMessageFromData(
data.message,
data.varName,
cache,
);

if (!msg) {
this.callNextAction(cache);
Expand Down Expand Up @@ -360,4 +364,4 @@ module.exports = {
// functions you wish to overwrite.
// ---------------------------------------------------------------------
mod() {},
};
};

0 comments on commit c63afa8

Please sign in to comment.