Skip to content

Commit

Permalink
Merge pull request #555 from RADAR-base/554-azure-storage-blob-upgrad…
Browse files Browse the repository at this point in the history
…e-causes-failed-jobs

Fix issue #554
  • Loading branch information
Bdegraaf1234 committed Apr 4, 2024
2 parents d422954 + 2e0f52f commit 3df7b5a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@ class AzureSourceStorage(
SimpleFileStatus(
Paths.get(it.name),
it.isPrefix ?: false,
it.properties?.lastModified?.toInstant(),
if (it.isPrefix) null else it.properties?.lastModified?.toInstant(),
)
}
}
Expand Down

0 comments on commit 3df7b5a

Please sign in to comment.