Skip to content

Commit

Permalink
fix : remove contribution owner from co-authors #132
Browse files Browse the repository at this point in the history
  • Loading branch information
Juknum committed Aug 16, 2024
1 parent 61e52b0 commit a5ca831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/actions/faithful-pack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export async function updateCachedFP(): Promise<void> {
})(),

coAuthors: c.authors
.slice(1)
.map((id) => users.find((u) => u.id === id))
.filter((u) => !!u)
.map((u) => ({
Expand Down

0 comments on commit a5ca831

Please sign in to comment.