fix: typo

This commit is contained in:
Deluan 2020-03-28 18:50:18 -04:00
parent f1af646cee
commit 0e36ed35a3
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func (s *SQLStore) Resource(ctx context.Context, m interface{}) model.ResourceRe
case model.MediaFile:
return s.MediaFile(ctx).(model.ResourceRepository)
}
log.Error("Resource no implemented", "model", reflect.TypeOf(m).Name())
log.Error("Resource not implemented", "model", reflect.TypeOf(m).Name())
return nil
}