fix:sdk修改

feature/im-0611-ch
ch 2 years ago
parent b8a6c1e9f5
commit 9876af66ad

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-05-18 14:54:47 * @Date: 2022-05-18 14:54:47
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-06-13 21:04:11 * @LastEditTime: 2022-06-13 21:23:02
* @Description: file content * @Description: file content
*/ */
import { CreateUUID, FormatDate, ToAsyncAwait } from "@/plugins/utils"; import { CreateUUID, FormatDate, ToAsyncAwait } from "@/plugins/utils";
@ -287,7 +287,6 @@ class MsbIm {
newData = [...newData, item]; newData = [...newData, item];
} }
}); });
this.setSessionData(newData); this.setSessionData(newData);
return Promise.resolve(result); return Promise.resolve(result);
} }

Loading…
Cancel
Save