Skip to content

Commit

Permalink
Update plans.js
Browse files Browse the repository at this point in the history
  • Loading branch information
noqcks committed Feb 12, 2024
1 parent 4bea779 commit 69e45c5
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'];
const organizations = ['pace-int', 'honestbank', 'MacPaw', 'stoplightio', 'try-keep', 'trustpair'];
const match = organizations.find((o) => o.toLowerCase() === String(login).toLowerCase());
return match !== undefined;
}
Expand Down

0 comments on commit 69e45c5

Please sign in to comment.