Add comment

This commit is contained in:
D. Berge
2023-09-30 20:34:50 +02:00
parent 3d7a91c7ff
commit 8f587467f9

View File

@@ -42,6 +42,7 @@ class ReportLineChangeTime {
const cur = this.queue.shift();
const next = this.queue[0];
const projectId = cur.pid;
// Are we being called because of a LGSP or because of a FGSP?
const forward = (cur.old?.labels?.includes("LGSP") || cur.new?.labels?.includes("LGSP"));
if (!projectId) {