Skip to content

Commit

Permalink
add back warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Aug 29, 2024
1 parent f22a819 commit 19bfaef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/org/maproulette/provider/ChallengeProvider.scala
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,9 @@ class ChallengeProvider @Inject() (
if (name.nonEmpty) Some(name) else None
}
.getOrElse {
// If we still don't find anything, create a UUID for it.
// if we still don't find anything, create a UUID for it. The
// caveat to this is that if you upload the same file again, it
// will create duplicate tasks
UUID.randomUUID().toString
}
}
Expand Down

0 comments on commit 19bfaef

Please sign in to comment.