Skip to content

Commit

Permalink
Remove erroneously introduced field in JSON payload
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesname committed Sep 15, 2023
1 parent a723865 commit 9c03dc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/admin/app/controllers/datasets/ImportConfigs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import scala.concurrent.duration.FiniteDuration
case class IngestPayload(
config: ImportConfig,
commit: Boolean = false,
batch: Int = 0,
files: Seq[String] = Seq.empty
)

Expand Down

0 comments on commit 9c03dc3

Please sign in to comment.