Skip to content

Fix reset orgs

Luke Miller requested to merge fix_reset_orgs into master

reset_orgs function now has two cases for a valid and nil ledger. It will append the entry to the ledger if it exists, or create a new ledger if it doesn't. This should fix the error where the /reset command crashes the server if one of the orgs being purged has a nil ledger.

Merge request reports