mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #11307] [MERGED] fix: stopTask func need use async/await syntax #61563
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/11307
Author: @wangtunan
Created: 3/6/2025
Status: ✅ Merged
Merged: 3/31/2025
Merged by: @tjbck
Base:
dev← Head:fix/stop_task_func_need_use_async_await_syntax📝 Commits (3)
3b70cd6Merge pull request #11257 from open-webui/dev533c99efix: stopTask func need use async/await syntax7d1a094fix: stopTask func need use async/await syntax📊 Changes
1 file changed (+3 additions, -2 deletions)
View changed files
📝
src/lib/components/chat/Chat.svelte(+3 -2)📄 Description
$lib/components/chat/Chat.svelte:Here are the issues with the usage of the
stopTaskfunction:async/awaitsyntax is not used, andresis alwaysTruthy.Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.