mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
refactor: avoid promise overhead (#8028)
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = async ({ github, context, core }, body, number) => {
|
||||
core.debug(`match: ${m}`);
|
||||
let res = null;
|
||||
|
||||
const removeLabel = async () =>
|
||||
const removeLabel = () =>
|
||||
github.issues
|
||||
.removeLabel({
|
||||
issue_number: number,
|
||||
|
||||
Reference in New Issue
Block a user