This commit is contained in:
Daniel 2023-07-15 22:27:32 +08:00
parent 49b9afcd54
commit a5a72bc195
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -277,7 +277,7 @@ func setAttributeViewColumnCalc(operation *Operation) (err error) {
return return
} }
operationData := operation.Data.([]interface{}) operationData := operation.Data.(interface{})
data, err := gulu.JSON.MarshalJSON(operationData) data, err := gulu.JSON.MarshalJSON(operationData)
if nil != err { if nil != err {
return return