ocd whitespace

This commit is contained in:
Sanskar Tiwari
2023-05-16 04:44:10 +05:30
parent b1acf1532e
commit b823d40df6

View File

@ -2743,7 +2743,7 @@ function saveReply(type, getMessage, this_mes_is_name, title) {
} else {
item['swipe_id'] = 0;
item['swipes'] = [];
item['swipes'][0] = chat[chat.length - 1]['mes'];
item['swipes'][0] = chat[chat.length - 1]['mes'];
}
return { type, getMessage };