ai/at
ai/at
1
0
This commit is contained in:
syui 2025-03-19 09:44:23 +09:00
parent a4e7520431
commit 343e37543f
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

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