@@ -47,7 +47,6 @@ func GetDB() (DB, error) {
return &DBWrapper{db: db}, nil
}
// Just a wrapper
func (db *DBWrapper) Raw(sql string, args ...any) *gorm.DB {
return db.db.Raw(sql, args...)
The note is not visible to the blocked user.