aboutsummaryrefslogtreecommitdiff
path: root/includes/fetcher
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-05-07 15:14:00 +0200
committerMinteck <contact@minteck.org>2022-05-07 15:14:00 +0200
commita31deb0c7e22167d9721dc9b889406119d723127 (patch)
tree81f911a1c8a65beac4d905ae02c57cbc79d51e79 /includes/fetcher
parent66225fedd25567a2fe06da392b29171774842264 (diff)
downloadember-a31deb0c7e22167d9721dc9b889406119d723127.tar.gz
ember-a31deb0c7e22167d9721dc9b889406119d723127.tar.bz2
ember-a31deb0c7e22167d9721dc9b889406119d723127.zip
Add flagship projects
Diffstat (limited to 'includes/fetcher')
-rw-r--r--includes/fetcher/index.js1
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,