Skip to content

Commit

Permalink
duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnichol committed Mar 22, 2024
1 parent 1de29c2 commit a4ae13d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/api/Datasets.scala
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,6 @@ class Datasets @Inject()(
} else {
val foldersContainingFile = folders.findByFileId(file.id).sortBy(_.name)
Logger.debug("File was already in dataset.")
val foldersContainingFile = folders.findByFileId(file.id).sortBy(_.name)
Logger.debug("Remove file from folders in dataset")
folders.get(foldersContainingFile).foreach(folder => {
if (folder.parentDatasetId == dsId){
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:

# main clowder application
clowder:
image: clowder/clowder:${CLOWDER_VERSION:-latest}
image: clowder:bugfix
restart: unless-stopped
networks:
- clowder
Expand Down

0 comments on commit a4ae13d

Please sign in to comment.