Skip to content

Commit 84b04b2

Browse files
committed
Add org ExtendedXmlSerializer
1 parent dfe1937 commit 84b04b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plans.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export function isFreePaidSubscription(app: Probot, ctx: Context<any>): boolean
101101
const logins = ['PWrInSpace', 'KPLRCDBS', 'codemeistre', 'RaspberryPiFoundation', 'astro-pi',
102102
'LOG680-01-Equipe-09', 'New-AutoMotive', 'EpitechMscPro2020', 'snaphu-msu', 'SerenKodi', 'oyunprotocol',
103103
'web-illinois', 'PathologyDataScience', 'miranhas-github', 'DHBW-FN', 'lecoindesdevs', 'getcodelimit',
104-
'facio-ergo-sum', 'robvanderleek'];
104+
'facio-ergo-sum', 'robvanderleek', 'ExtendedXmlSerializer'];
105105
const matching_login = logins.find(o => o.toLowerCase() === login.toLowerCase());
106106
if (matching_login !== undefined) {
107107
app.log.info(`Found free ❤️ paid plan for login: ${matching_login}`);
@@ -142,4 +142,4 @@ function listFreeTrialAccounts(app: Probot, accounts: Array<any>) {
142142
}
143143
}
144144
return result
145-
}
145+
}

0 commit comments

Comments
 (0)