Update web_src/js/features/repo-projects.js

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
Lunny Xiao 2024-04-25 21:48:47 +08:00 committed by GitHub
parent 42bfa04a04
commit 715ec4cebb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@ async function initRepoProjectSortable() {
};
try {
await POST(`${mainBoard.getAttribute('data-url')}`, {
await POST(mainBoard.getAttribute('data-url'), {
data: columnSorting,
});
} catch (error) {