[Update/WIP] メッセージ送信リクエスト時にidを付与。

This commit is contained in:
Sakamoto Shiina
2024-08-29 10:37:56 +09:00
parent 9110ab1ce9
commit 652e336d86
3 changed files with 26 additions and 25 deletions

View File

@@ -82,12 +82,4 @@ export const useMainFunction = () => {
},
currentForegroundStatus: currentForegroundStatus,
};
};
const asyncTestFunction = (...args) => {
return new Promise((resolve) => {
setTimeout(() => {
resolve(...args);
}, 3000);
});
};