[Update/WIP] メッセージ送信リクエスト時にidを付与。
This commit is contained in:
@@ -82,12 +82,4 @@ export const useMainFunction = () => {
|
||||
},
|
||||
currentForegroundStatus: currentForegroundStatus,
|
||||
};
|
||||
};
|
||||
|
||||
const asyncTestFunction = (...args) => {
|
||||
return new Promise((resolve) => {
|
||||
setTimeout(() => {
|
||||
resolve(...args);
|
||||
}, 3000);
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user