From de5b48736f0dbc73f1ebdc7600b2962833e18d3f Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Mon, 2 Oct 2023 00:22:09 -0500 Subject: [PATCH] fix: fixed message > results.message typo --- app/controllers/web/my-account/list-logs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/web/my-account/list-logs.js b/app/controllers/web/my-account/list-logs.js index 8d11fe8a94..f7b5fb9e17 100644 --- a/app/controllers/web/my-account/list-logs.js +++ b/app/controllers/web/my-account/list-logs.js @@ -350,7 +350,7 @@ async function listLogs(ctx) { ] }, locals: { - message + message: results.message } }) .then()