Skip to content

Commit 5819afe

Browse files
committed
Didn't remove line
1 parent 233cf64 commit 5819afe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Chat.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,6 @@ class Chat {
547547
}
548548

549549
handleWriteToConfig() {
550-
fs.writeFile('config.json', JSON.stringify(config, null, 4), err => {
551550
fs.writeFile(`${__dirname}/../../config.json`, JSON.stringify(config, null, 4), (err) => {
552551
if (err) log.error(err);
553552
});

0 commit comments

Comments
 (0)