mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 15:01:09 +00:00
style: fix lint (CI)
This commit is contained in:
committed by
github-actions[bot]
parent
96d51a885f
commit
c3fdf98fd6
+1
-1
@@ -46,7 +46,7 @@ class GetLocalInstanceApplicationService(
|
||||
}
|
||||
|
||||
val instance = (
|
||||
instanceRepository.findByUrl(applicationConfig.url)
|
||||
instanceRepository.findByUrl(applicationConfig.url)
|
||||
?: throw InternalServerException("Local instance not found.")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user