1
0
mirror of https://github.com/bestnite/sub2clash.git synced 2026-05-04 07:46:08 +00:00

fix: vless 未解析 short-id

This commit is contained in:
2024-03-10 13:56:22 +08:00
parent 94a320a682
commit 916670cf68
7 changed files with 9764 additions and 9762 deletions
-3
View File
@@ -27,9 +27,6 @@ func ConnectDB() error {
if err != nil {
return err
}
if err != nil {
return err
}
DB = db
err = db.AutoMigrate(&model.ShortLink{})
if err != nil {