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