Skip to content

Commit fa4da9c

Browse files
committed
add extra time for some sponsors
1 parent 996de0f commit fa4da9c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sponsors.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,9 @@ async function main() {
902902
supporters['minneapolis-towing'] += 1000 * 3600 * 24 * 30
903903
supporters['bountii'] += 1000 * 3600 * 24 * 30
904904
supporters['earthweb1'] += 1000 * 3600 * 24 * 30
905-
905+
sponsors['synetec'] += 1000 * 3600 * 24 * 14
906+
supporters['creditcaptain'] += 1000 * 3600 * 24 * 21
907+
906908
Object.keys(sponsors).forEach(k => {
907909
if (sponsors[k] + 1000 * 3600 * 24 * 16 < Date.now() && !exceptions.includes(k)) {
908910
const lastTransaction = allTransactions.reverse().find(t => t.fromAccount.slug === k).createdAt

0 commit comments

Comments
 (0)