mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[server] Swallow mldata fetch err
This commit is contained in:
parent
c0086efdbc
commit
8fb5f44b62
@ -199,10 +199,6 @@ func (c *Controller) GetFilesData(ctx *gin.Context, req fileData.GetFilesData) (
|
||||
})
|
||||
}
|
||||
}
|
||||
if len(errFileIds) > 5 {
|
||||
log.WithField("errFileIds", errFileIds).Error("Failed to fetch metadata for some files")
|
||||
return nil, stacktrace.Propagate(errors.New("failed to fetch metadata for some files"), "")
|
||||
}
|
||||
|
||||
return &fileData.GetFilesDataResponse{
|
||||
Data: fetchedEmbeddings,
|
||||
|
Loading…
x
Reference in New Issue
Block a user