Skip to content

Commit e446354

Browse files
authored
Update main.js
1 parent 8718645 commit e446354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ global.DATABASE = new (require('./lib/database'))(opts._[0] ? opts._[0] + '_' :
2121
if (!global.DATABASE.data.users) global.DATABASE.data = {
2222
users: {},
2323
groups: {},
24-
chats: {3},
24+
chats: {},
2525
}
2626
if (!global.DATABASE.data.groups) global.DATABASE.data.groups = {}
2727
if (!global.DATABASE.data.chats) global.DATABASE.data.chats = {}

0 commit comments

Comments
 (0)