Skip to content

Commit a223a69

Browse files
committed
Prettier fixes and running format
1 parent dc6a35a commit a223a69

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

events/createvc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ function deleteExistentChannels(client, jsonString) {
4141
JSON.stringify({ users: data.users, channels: data.channels }, null, 4),
4242
);
4343

44-
// console.log(data);
45-
4644
data.channels.forEach((item) => {
4745
// item here is the channel id
4846
if (item.delete == false) {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"format": "prettier -w './**/*.js'",
8-
"format:check": "prettier --check './**/*.js'",
7+
"format": "prettier -w ./**/*.js",
8+
"format:check": "prettier --check ./**/*.js",
99
"lint": "eslint",
1010
"lint:fix": "eslint --fix",
1111
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)