Skip to content

Commit

Permalink
Update plans.js
Browse files Browse the repository at this point in the history
  • Loading branch information
noqcks authored Sep 16, 2024
1 parent 162fe2f commit 369c92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plans.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const context = require('./context');

function freeProSubscription(login) {
const organizations = ['AdaSupport', 'one-acre-fund'];
const organizations = ['AdaSupport', 'one-acre-fund', 'ReadyOn-Inc'];
const match = organizations.find((o) => o.toLowerCase() === String(login).toLowerCase());
return match !== undefined;
}
Expand Down

0 comments on commit 369c92a

Please sign in to comment.