fix
This commit is contained in:
parent
a4e7520431
commit
343e37543f
@ -337,11 +337,11 @@ get_game_user() {
|
||||
}
|
||||
|
||||
delete_game_user() {
|
||||
rkey=$1
|
||||
if [ -z "$2" ];then
|
||||
rkey=$2
|
||||
if [ -z "$1" ];then
|
||||
col=ai.syui.game.user
|
||||
else
|
||||
col=$2
|
||||
col=$1
|
||||
fi
|
||||
req=com.atproto.repo.DeleteRecord
|
||||
url=https://$pds/xrpc/$req
|
||||
|
Loading…
x
Reference in New Issue
Block a user