Skip to content

Commit c0c77af

Browse files
authored
Add 'bestpass' to invoicedProSubscription organizations
1 parent f8ac793 commit c0c77af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plans.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function freeProSubscription(login) {
77
}
88

99
function invoicedProSubscription(login) {
10-
const organizations = ['pace-int', 'honestbank', 'MacPaw', 'stoplightio', 'try-keep', 'trustpair', 'ccycloud'];
10+
const organizations = ['pace-int', 'honestbank', 'MacPaw', 'stoplightio', 'try-keep', 'trustpair', 'ccycloud', 'bestpass'];
1111
const match = organizations.find((o) => o.toLowerCase() === String(login).toLowerCase());
1212
return match !== undefined;
1313
}

0 commit comments

Comments
 (0)