mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
feat: display all contributors
This commit is contained in:
@@ -32,7 +32,7 @@ interface Contributor {
|
|||||||
async function getContributors(): Promise<Contributor[]> {
|
async function getContributors(): Promise<Contributor[]> {
|
||||||
try {
|
try {
|
||||||
const response = await fetch(
|
const response = await fetch(
|
||||||
"https://api.github.com/repos/OpenCut-app/OpenCut/contributors",
|
"https://api.github.com/repos/OpenCut-app/OpenCut/contributors?per_page=100",
|
||||||
{
|
{
|
||||||
headers: {
|
headers: {
|
||||||
Accept: "application/vnd.github.v3+json",
|
Accept: "application/vnd.github.v3+json",
|
||||||
|
|||||||
Reference in New Issue
Block a user