Skip to content

Commit

Permalink
chore: use only one "
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Schedler <dev.fabian.schedler@gmail.com>
  • Loading branch information
Dafnik and dev-Fabi committed Jun 20, 2024
1 parent 8dd2ad7 commit 96d445b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object PrinterService {
backendIdToPairing.values.forEach {
it.loPrinter.printPdf(
@Suppress("MagicNumber")
"""Network_Disconnect_${Random.nextBytes(5).toHex()}""",
"Network_Disconnect_${Random.nextBytes(5).toHex()}",
it.bePrinter.id,
getNetworkErrorBase64()
)
Expand Down

0 comments on commit 96d445b

Please sign in to comment.