Skip to content

Commit

Permalink
🎨 数据同步忽略用于文件系统检查的文件 #7744
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Mar 28, 2023
1 parent 75d295c commit 446bcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/model/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ func statTypesByPath(files []*entity.File) (ret []*TypeCount) {
for _, f := range files {
ext := path.Ext(f.Path)
if "" == ext {
ext = "noExt"
ext = "NoExt"
}

found := false
Expand Down

0 comments on commit 446bcc1

Please sign in to comment.