diff options
Diffstat (limited to 'includes/fetcher/index.js')
-rw-r--r-- | includes/fetcher/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/fetcher/index.js b/includes/fetcher/index.js index dc4d911..4cb4e9d 100644 --- a/includes/fetcher/index.js +++ b/includes/fetcher/index.js @@ -35,6 +35,7 @@ web: project.web_url, icon: project.avatar_url ? project.avatar_url.replace("http://", "https://") : null, showcase: project.topics.includes("Showcase"), + flagship: project.topics.includes("Flagship"), date: project.last_activity_at, event: (await axios.get(`https://gitlab.minteck.org/api/v4/projects/${project.id}/events`)).data[0], tags: project.topics, |