1
0
Fork 0
mirror of https://gitbruv.vercel.app/api/git/bruv/gitbruv.git synced 2025-12-20 23:24:09 +01:00
This commit is contained in:
Ahmet Kilinc 2025-12-20 11:29:22 +00:00
parent bdcdfc7450
commit fa297f7b7a
2 changed files with 1 additions and 6 deletions

View file

@ -670,7 +670,3 @@ export async function getRepoPageData(owner: string, repoName: string) {
isOwner,
};
}
export function getRepoCacheTag(owner: string, repoName: string) {
return `repo:${owner}/${repoName}`;
}