Skip to content

Commit

Permalink
🐛 fix import in JobEndpoint.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
YemreGurses committed Nov 26, 2024
1 parent 6222a54 commit 708a95d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import akka.util.ByteString
import com.typesafe.scalalogging.LazyLogging
import io.tofhir.engine.model.FhirMappingJob
import io.tofhir.server.endpoint.JobEndpoint.{SEGMENT_DESCHEDULE, SEGMENT_EXECUTIONS, SEGMENT_JOB, SEGMENT_MAPPINGS, SEGMENT_RUN, SEGMENT_STATUS, SEGMENT_STOP, SEGMENT_TEST}
import io.tofhir.common.model.Json4sSupport._
import io.onfhir.definitions.common.model.Json4sSupport._
import io.tofhir.server.model.{ExecuteJobTask, RowSelectionOrder, TestResourceCreationRequest}
import io.tofhir.server.service.{ExecutionService, JobService}
import io.tofhir.engine.Execution.actorSystem.dispatcher
Expand Down

0 comments on commit 708a95d

Please sign in to comment.