Merge pull request #744 from AssassinJN/patch-2

return taskEntry.id on createTask
This commit is contained in:
cmdr2 2023-01-10 21:41:56 +05:30 committed by GitHub
commit 0aab3d0f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -909,7 +909,7 @@ function createTask(task) {
if (task.previewPrompt.innerText.trim() === '') {
task.previewPrompt.innerHTML = ' ' // allows the results to be collapsed
}
return taskEntry.id
}
function getCurrentUserRequest() {