Created defer_consent module

This commit is contained in:
Nathan Schneider
2021-12-22 22:22:17 -07:00
parent fa50a59938
commit 44c3e41b81
7 changed files with 65 additions and 8 deletions

View File

@ -53,7 +53,8 @@ function modpol.orgs:call_module(module_slug, initiator, config, result)
return index
end
function modpol.orgs:delete_process(id)
function modpol.orgs:delete_process(id)
self:wipe_pending_actions(id)
self.processes[id] = 'deleted'
end