file -> schema.TypeFile

This commit is contained in:
aviau 2021-01-28 22:29:37 -05:00
parent 751f5ed3a4
commit 7eee938ddf
No known key found for this signature in database
GPG Key ID: 8F2B113C6535C5A7
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ func (n *mutDir) populate() error {
Logger.Printf("child content not described: %v", childRef)
continue
}
if content.CamliType != "file" {
if content.CamliType != schema.TypeFile {
Logger.Printf("child not a file: %v", childRef)
continue
}