This commit is contained in:
Daniel 2025-07-04 16:48:09 +08:00
parent 99db625cf7
commit 120ae640f5
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -296,7 +296,7 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewBlockView(op)
case "setAttrViewCardAspectRatio":
ret = tx.doSetAttrViewCardAspectRatio(op)
case "doSetAttrViewGroup":
case "setAttrViewGroup":
ret = tx.doSetAttrViewGroup(op)
}