update deps (MisskeyIO#775)

This commit is contained in:
あわわわとーにゅ 2024-10-23 05:48:11 +09:00 committed by GitHub
parent 6e07857b1c
commit f33e1b5e87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 3584 additions and 2046 deletions

View file

@ -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: {