mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-20 22:14:06 +01:00
🚨
This commit is contained in:
parent
274d5c7562
commit
6b918c82a9
3 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ export const fetchPost = (
|
|||
data?: any,
|
||||
cb?: (response: IWebSocketData) => void,
|
||||
headers?: IObject,
|
||||
failCallback?: (response: IWebSocketData) => void,) => {
|
||||
failCallback?: (response: IWebSocketData) => void) => {
|
||||
const init: RequestInit = {
|
||||
method: "POST",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue