From 9b27024c567f891404839da85676f4d8a18b6ff3 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Thu, 3 Feb 2022 22:37:34 -0500 Subject: [PATCH] fix: followup code ql [skip ci] --- source/templates/classic/partials/followup.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/templates/classic/partials/followup.ejs b/source/templates/classic/partials/followup.ejs index d8d56646..95d4baa6 100644 --- a/source/templates/classic/partials/followup.ejs +++ b/source/templates/classic/partials/followup.ejs @@ -66,7 +66,7 @@ <% if ((plugins.followup.indepth)&&(section.issues.collaborators)) { %>
- <%= {organization:"From members/collaborators"}[account] ?? "From self and collaborators" %> + <%= account === "organization" ? "From members/collaborators" : "From self and collaborators" %>
@@ -135,7 +135,7 @@ <% if ((plugins.followup.indepth)&&(section.pr.collaborators)) { %>
- <%= {organization:"From members/collaborators"}[account] ?? "From self and collaborators" %> + <%= account === "organization" ? "From members/collaborators" : "From self and collaborators" %>