chore: remove testing timeout

This commit is contained in:
Shivam Mishra
2023-07-10 15:04:29 +05:30
parent 3b45b96ba7
commit aadd2b1992
@@ -323,9 +323,7 @@ export default {
mounted() {
this.addScrollListener();
this.fetchAllAttachmentsFromCurrentChat();
setTimeout(() => {
this.fetchSuggestions();
}, 2000);
this.fetchSuggestions();
},
beforeDestroy() {