diff options
Diffstat (limited to 'app/lib')
-rw-r--r-- | app/lib/command_tag/command/variables.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/command_tag/command/variables.rb b/app/lib/command_tag/command/variables.rb index ebcacbf02..6ba32ea41 100644 --- a/app/lib/command_tag/command/variables.rb +++ b/app/lib/command_tag/command/variables.rb @@ -5,7 +5,7 @@ module CommandTag::Command::Variables @vars.merge!(persistent_vars_from(@account.metadata.fields)) if @account.metadata.present? end - def handle_variables_shutdown + def handle_999_variables_shutdown @account.metadata.update!(fields: nonpersistent_vars_from(@account.metadata.fields).merge(persistent_vars_from(@vars))) end |