mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 00:39:56 +02:00
API updated.
This commit is contained in:
parent
5bdd5fc54b
commit
ed31b7de70
1 changed files with 2 additions and 2 deletions
|
@ -268,7 +268,7 @@
|
|||
|
||||
public memberUpdate(
|
||||
memberId: string,
|
||||
memberDataPayload: {
|
||||
memberProfile: {
|
||||
secret: string
|
||||
name: string
|
||||
isAdmin: boolean
|
||||
|
@ -279,7 +279,7 @@
|
|||
canAccessClipboard: boolean
|
||||
},
|
||||
) {
|
||||
this.api.admin.membersUpdate({ memberId, memberDataPayload })
|
||||
this.api.admin.membersUpdate({ memberId, memberProfile })
|
||||
}
|
||||
|
||||
public memberDelete(memberId: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue