Skip to content

Commit

Permalink
fix: remove hardcode check
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Mar 25, 2024
1 parent ffd8ef1 commit 01d67af
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ for (const member of naniteMembersReq.data) {
for (const repo of repos) {
const repoName = repo.name;
console.log(`Checking repo: ${repoName}`);

if (repoName !== "Simple-Discord-Rich-Presence") {
continue;
}


try {
const metaFile = await octokit.repos.getContent({
owner: "nanite",
Expand Down

0 comments on commit 01d67af

Please sign in to comment.