Skip to content

Commit

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

0 comments on commit 4bea779

Please sign in to comment.