Skip to content

Commit

Permalink
ccycloud
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <[email protected]>
  • Loading branch information
noqcks committed Nov 28, 2024
1 parent 9b25038 commit 4ccdf84
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
Expand Up @@ -7,7 +7,7 @@ function freeProSubscription(login) {
}

function invoicedProSubscription(login) {
const organizations = ['pace-int', 'honestbank', 'MacPaw', 'stoplightio', 'try-keep', 'trustpair'];
const organizations = ['pace-int', 'honestbank', 'MacPaw', 'stoplightio', 'try-keep', 'trustpair', 'ccycloud'];
const match = organizations.find((o) => o.toLowerCase() === String(login).toLowerCase());
return match !== undefined;
}
Expand Down

0 comments on commit 4ccdf84

Please sign in to comment.