Skip to content

Commit

Permalink
test whitelist true
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Sep 13, 2024
1 parent 50afba4 commit 3a6d37f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const whitelist =
"https://raw.githubusercontent.com/stackblitz-labs/pkg.pr.new/main/.whitelist";

export async function isWhitelisted(owner: string, repo: string) {
return true
const combination = `${owner}/${repo}`;

try {
Expand Down

0 comments on commit 3a6d37f

Please sign in to comment.