This commit is contained in:
Daniel 2025-08-10 15:30:08 +08:00
parent 22ba714020
commit 0deda92cac
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 9 additions and 89 deletions

View file

@ -277,8 +277,6 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doHideAttrViewName(op)
case "setAttrViewColDate":
ret = tx.doSetAttrViewColDate(op)
case "unbindAttrViewBlock":
ret = tx.doUnbindAttrViewBlock(op)
case "duplicateAttrViewKey":
ret = tx.doDuplicateAttrViewKey(op)
case "setAttrViewCoverFrom":