Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: external sync actions not running
This bug was introduced by the refactor in commit 704940f, which changed external_actions from a list to a key-value table. However, when iterating through external_actions, we still use ipairs which results in no values. The fix is to use pairs, which properly iterates through all external_actions.
- Loading branch information