Skip to content

Commit

Permalink
Update api.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev committed Jan 1, 2024
1 parent 8c44a38 commit d2f8613
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,14 +591,12 @@ async function getHosting(jwt, domain) {

async function Maintainer(username) {
if (!username) return false;
if (username === "MaskDuck") return true;
if (username === "andrewstech") return true;
if (username === "hackermondev") return true;
if (username === "mtgsquad") return true;
if (username === "phenax") return true;
if (username === "TerraPlayz") return true;
if (username === "VaibhavSys") return true;
if (username === "WilliamDavidHarrison") return true;
if (username === "wdhdev") return true;
if (username === "DEV-DIBSTER") return true;
else return false;
}
Expand Down

0 comments on commit d2f8613

Please sign in to comment.