Skip to content

Commit cfb8b86

Browse files
committed
Move ignore comment
1 parent ab13052 commit cfb8b86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ client.on("ready", async () => {
3737
console.log("Checking if all roles exist in servers.");
3838

3939
await Promise.all(
40+
// skipcq JS-0042
4041
client.guilds.cache.map((guild) => {
41-
checkForRoles(guild); // skipcq JS-0042
42+
checkForRoles(guild);
4243
})
4344
);
4445
}

0 commit comments

Comments
 (0)