🐛 Trying fix deleting attachment issue

This commit is contained in:
2024-12-25 23:52:00 +08:00
parent 411b2f3313
commit ae6815b2a4
4 changed files with 14 additions and 28 deletions

View File

@ -1,9 +1,10 @@
package models
import (
"git.solsynth.dev/hypernet/nexus/pkg/nex/cruda"
"time"
"git.solsynth.dev/hypernet/nexus/pkg/nex/cruda"
"gorm.io/datatypes"
)