Skip to content

Commit

Permalink
Changes made regarding incorrect time
Browse files Browse the repository at this point in the history
  • Loading branch information
y9rabbito committed Jan 13, 2024
1 parent 5e6b2bc commit 9aff7c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apiserver/pkg/versioneddataset/versioned_dataset.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ func VersionFiles(ctx context.Context, c dynamic.Interface, input *generated.Ver
})

result := make([]generated.PageNode, 0)
var lastModifiedTime time.Time
for _, obj := range objectInfoList {
if keyword == "" || strings.Contains(obj.Key, keyword) {
lastModifiedTime = obj.LastModified

Check failure on line 130 in apiserver/pkg/versioneddataset/versioned_dataset.go

View workflow job for this annotation

GitHub Actions / build-image

undefined: lastModifiedTime

Check failure on line 130 in apiserver/pkg/versioneddataset/versioned_dataset.go

View workflow job for this annotation

GitHub Actions / Build & cache Go code

undefined: lastModifiedTime
Expand Down

0 comments on commit 9aff7c3

Please sign in to comment.