update deps (MisskeyIO#775)
This commit is contained in:
parent
6e07857b1c
commit
f33e1b5e87
17 changed files with 3584 additions and 2046 deletions
|
@ -58,7 +58,7 @@ export class APIClient {
|
|||
this.fetch(`${this.origin}/api/${endpoint}`, {
|
||||
method: 'POST',
|
||||
body: JSON.stringify({
|
||||
...params,
|
||||
...(params ?? {}),
|
||||
i: credential !== undefined ? credential : this.credential,
|
||||
}),
|
||||
headers: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue