diff --git a/src/main/kotlin/dev/usbharu/kjob/exposed/ExposedJobRepository.kt b/src/main/kotlin/dev/usbharu/kjob/exposed/ExposedJobRepository.kt index c2ba778e..af71d07f 100644 --- a/src/main/kotlin/dev/usbharu/kjob/exposed/ExposedJobRepository.kt +++ b/src/main/kotlin/dev/usbharu/kjob/exposed/ExposedJobRepository.kt @@ -290,7 +290,7 @@ class ExposedJobRepository( try { @Suppress("SwallowedException") UUID.fromString(it) - } catch (e: IllegalArgumentException) { + } catch (ignored: IllegalArgumentException) { null } },