diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/fetcher/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/fetcher/index.js b/includes/fetcher/index.js index 631a5e1..5c8a4e4 100644 --- a/includes/fetcher/index.js +++ b/includes/fetcher/index.js @@ -77,7 +77,7 @@ issues: null, vcs: project.http_url_to_repo, web: project.web_url, - icon: project.avatar_url, + icon: project.avatar_url.replace("http://", "https://"), showcase: project.topics.includes("Showcase"), date: project.last_activity_at, event: (await axios.get(`https://gitlab.minteck.org/api/v4/projects/${project.id}/events`)).data[0], |