🐛 Fix analyzer did not clear cache

This commit is contained in:
2025-04-05 11:38:12 +08:00
parent 11d54c7c78
commit 048535d1c0
4 changed files with 12 additions and 12 deletions

View File

@ -6,8 +6,8 @@ import (
"os"
"path/filepath"
"git.solsynth.dev/hypernet/paperclip/pkg/internal/database"
"git.solsynth.dev/hypernet/paperclip/pkg/filekit/models"
"git.solsynth.dev/hypernet/paperclip/pkg/internal/database"
"github.com/spf13/viper"
)