mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 09:36:37 +02:00
Merge branch 'feat/about-dialog-overhaul' of https://github.com/TriliumNext/Trilium into feat/about-dialog-overhaul
This commit is contained in:
@@ -41,7 +41,7 @@ async function fetchContributors() {
|
||||
}
|
||||
}
|
||||
|
||||
function processContributorList(contributorInfo: any[]) {
|
||||
function processContributorList(contributorInfo: GithubContributor[]) {
|
||||
return contributorInfo
|
||||
// Filter out bots
|
||||
.filter((c) => c.type === "User" && !BOTS.includes(c.login))
|
||||
|
||||
Reference in New Issue
Block a user