We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996de0f commit fa4da9cCopy full SHA for fa4da9c
1 file changed
sponsors.js
@@ -902,7 +902,9 @@ async function main() {
902
supporters['minneapolis-towing'] += 1000 * 3600 * 24 * 30
903
supporters['bountii'] += 1000 * 3600 * 24 * 30
904
supporters['earthweb1'] += 1000 * 3600 * 24 * 30
905
-
+ sponsors['synetec'] += 1000 * 3600 * 24 * 14
906
+ supporters['creditcaptain'] += 1000 * 3600 * 24 * 21
907
+
908
Object.keys(sponsors).forEach(k => {
909
if (sponsors[k] + 1000 * 3600 * 24 * 16 < Date.now() && !exceptions.includes(k)) {
910
const lastTransaction = allTransactions.reverse().find(t => t.fromAccount.slug === k).createdAt
0 commit comments