Micro bug fix

This commit is contained in:
Dunemask 2022-11-29 14:49:58 -05:00
parent 87caafe36f
commit 2d49ff63ce
5 changed files with 5 additions and 3 deletions

View file

@ -4,7 +4,7 @@ export const TAGS = {
CRON: { name: "crons", tag: "cron_", value: (t) => t },
ENV: { name: "env", tag: "env_", value: (t) => t },
REGIONS: { name: "regions", tag: "reg_", value: (t) => t },
PIPELINE: { name: "pipeline", tag: "pipeline", value: (t) => t },
PIPELINE: { name: "pipeline", tag: "is_pipeline", value: (t) => t },
COVERAGE: { name: "coverage", tag: "coverage_", value: (t) => t },
PROJECT: { name: "projects", tag: "proj_", value: (t) => t },
DELAY: { name: "delay", tag: "delay_", value: (t) => t },