Skip to content

Commit

Permalink
fix: client module delete message
Browse files Browse the repository at this point in the history
  • Loading branch information
nampereira committed Apr 19, 2022
1 parent e062014 commit c1ab92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime-mngr/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@ export class RuntimeMngr {
replaceVars
);

// if instantiate 'per client', save this module uuid to delete before exit
// if instantiate 'per client', save this module data to delete before exit
if (persistObj.attributes.instantiate == "client") {
this.clientModules.push(modCreateMsg);
this.clientModules.push(modCreateMsg.data);
}

// TODO: save pending req uuid and check orchestrator responses
Expand Down

0 comments on commit c1ab92f

Please sign in to comment.