Skip to content

Commit 19c70a6

Browse files
author
Mr. Huniko
authored
Update main.js
1 parent 4f76a89 commit 19c70a6

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

main.js

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ async function run() {
107107
console.log(`You followed the ${unfollowing.length} good guy${unfollowing.length > 1 ? 's' : ''}.`);
108108
}
109109

110-
const before = `## 🐬 Easy view and filter all unfollowers, unfollowing, follows and following.
110+
const before = `## View User info and Followers
111111
Auto update by GitHub Action.
112112
`;
113113

@@ -122,33 +122,11 @@ async function run() {
122122
user.location || "-"
123123
} | ${getCompany(user.company)} |
124124
125-
## Unfollowers <kbd>${unfollowers.length}</kbd>
126-
#### Are not following you back
127-
128-
<table width="100%">
129-
${formatTable(unfollowers)}
130-
</table>
131-
132-
## Unfollowing <kbd>${unfollowing.length}</kbd>
133-
#### You are not following back
134-
135-
<table width="100%">
136-
${formatTable(unfollowing)}
137-
</table>
138-
139125
## Followers <kbd>${followers.length}</kbd>
140-
#### Are following you
141126
142127
<table width="100%">
143128
${formatTable(followers)}
144129
</table>
145-
146-
## Following <kbd>${following.length}</kbd>
147-
#### You are following
148-
149-
<table width="100%">
150-
${formatTable(following)}
151-
</table>
152130
153131
`;
154132

0 commit comments

Comments
 (0)