Skip to content

Commit c094820

Browse files
authored
Fix docs for /server/check-updates (#447)
1 parent 7237161 commit c094820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/kotlin/suwayomi/tachidesk/global/controller/SettingsController.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ object SettingsController {
4848
)
4949
},
5050
withResults = {
51-
json<UpdateDataClass>(HttpCode.OK)
51+
json<Array<UpdateDataClass>>(HttpCode.OK)
5252
}
5353
)
5454
}

0 commit comments

Comments
 (0)