mirror of
https://github.com/immich-app/immich.git
synced 2026-03-06 10:07:48 +03:00
fix: typos in comments and error messages (#25320)
This commit is contained in:
@@ -117,7 +117,7 @@ export class SmartInfoService extends BaseService {
|
||||
|
||||
const newConfig = await this.getConfig({ withCache: true });
|
||||
if (machineLearning.clip.modelName !== newConfig.machineLearning.clip.modelName) {
|
||||
// Skip the job if the the model has changed since the embedding was generated.
|
||||
// Skip the job if the model has changed since the embedding was generated.
|
||||
return JobStatus.Skipped;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user