Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed May 25, 2024
1 parent d8318f4 commit 8c94c56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,8 @@ async function main() {
sponsors['webpundits'] += 1000 * 3600 * 24 * 10
supporters['rekt-eddies-gummies'] += 1000 * 3600 * 24 * 30
supporters['minneapolis-towing'] += 1000 * 3600 * 24 * 30

supporters['bountii'] += 1000 * 3600 * 24 * 30
supporters['earthweb1'] += 1000 * 3600 * 24 * 30

Object.keys(sponsors).forEach(k => {
if (sponsors[k] + 1000 * 3600 * 24 * 16 < Date.now() && !exceptions.includes(k)) {
Expand Down

0 comments on commit 8c94c56

Please sign in to comment.