From 08122f7a6a26c89e649cf55c0d038b8635541d1e Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Mon, 12 Apr 2021 16:11:19 +0000 Subject: [PATCH] Small fix to switch dashboard call to OO logic --- modpol/interactions/interactions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modpol/interactions/interactions.lua b/modpol/interactions/interactions.lua index 4843548..bb6f1b4 100644 --- a/modpol/interactions/interactions.lua +++ b/modpol/interactions/interactions.lua @@ -12,7 +12,7 @@ modpol.dashboard = function(user) local output = "" -- Org status - output = output .. "Orgs:\n" .. modpol.list_orgs() + output = output .. "Orgs:\n" .. modpol.orgs.list_orgs() -- Process status (ongoing processes) -- Command list (should be redone to be org-specific) output = output .. "Command list:\n"