Skip to content

Commit

Permalink
Fix Web2PdfController.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
klahap authored Nov 23, 2024
1 parent e8e7e6f commit 09aa59e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/io/github/goquati/api/Web2PdfController.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package io.github.goquati.api

import de.smart.nexus.orchestrator.api.Web2pdfApi
import de.smart.nexus.orchestrator.oas_model.IsReadyConditionDto
import de.smart.nexus.orchestrator.oas_model.JsConditionDto
import de.smart.nexus.orchestrator.oas_model.PdfPrintOptionsDto
import de.smart.nexus.orchestrator.oas_model.Web2PdfRequestDto
import io.github.goquati.LoggerDelegate
Expand Down Expand Up @@ -70,4 +69,4 @@ class Web2PdfController(
key to value
}.toMap()
}
}
}

0 comments on commit 09aa59e

Please sign in to comment.