Skip to content

Commit

Permalink
fix compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tzhao-viant committed Dec 10, 2024
1 parent e5a3da3 commit 7682adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/translator/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func (s *Service) persistViewMetaColumn(cache discover.Columns, resource *Resour
if len(cache.Items) == 0 {
return nil
}
cache.ModTime = time.Now()
cache.SetModTime(time.Now())
data, err := yaml.Marshal(cache)
if err != nil {
return fmt.Errorf("failed to encode: %T, %w", cache, err)
Expand Down

0 comments on commit 7682adc

Please sign in to comment.