Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevo David committed Sep 16, 2024
2 parents 717cb51 + edc6017 commit 8ec8e22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "🐛 Bug Report"
description: "Submit a bug report to help us improve,\nif you have a problem installing the app please join our https://discord.postiz.com instead for help."
title: "🐛 Bug Report: "
title: "Give your bug report a good title "
labels: ["type: bug"]
body:
- type: markdown
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🚀 Feature
description: "Submit a proposal for a new feature"
title: "🚀 Feature: "
labels: [feature]
title: "Give your feature request a title"
labels: ["type: feature-request"]
body:
- type: markdown
attributes:
Expand Down
4 changes: 2 additions & 2 deletions libraries/nestjs-libraries/src/services/trending.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export class TrendingService {
});

const hashedNames = md5(arr.map(p => p.name).join(''));
console.log(language, hashedNames);
console.log('Updating GitHub trending topic', language, hashedNames);
await this._starsService.updateTrending(language.name, hashedNames, arr);
}
}
}
}

0 comments on commit 8ec8e22

Please sign in to comment.