@@ -236,11 +236,11 @@ class KoboController(
236
236
priorityTimestamp = ZonedDateTime .now(ZoneId .of(" Z" )),
237
237
statistics = StatisticsDto (lastModified = ZonedDateTime .now(ZoneId .of(" Z" ))),
238
238
statusInfo =
239
- StatusInfoDto (
240
- lastModified = ZonedDateTime .now(ZoneId .of(" Z" )),
241
- status = StatusDto .READY_TO_READ ,
242
- timesStartedReading = 0 ,
243
- ),
239
+ StatusInfoDto (
240
+ lastModified = ZonedDateTime .now(ZoneId .of(" Z" )),
241
+ status = StatusDto .READY_TO_READ ,
242
+ timesStartedReading = 0 ,
243
+ ),
244
244
)
245
245
246
246
buildList {
@@ -295,11 +295,11 @@ class KoboController(
295
295
priorityTimestamp = ZonedDateTime .now(ZoneId .of(" Z" )),
296
296
statistics = StatisticsDto (lastModified = ZonedDateTime .now(ZoneId .of(" Z" ))),
297
297
statusInfo =
298
- StatusInfoDto (
299
- lastModified = ZonedDateTime .now(ZoneId .of(" Z" )),
300
- status = StatusDto .READY_TO_READ ,
301
- timesStartedReading = 0 ,
302
- ),
298
+ StatusInfoDto (
299
+ lastModified = ZonedDateTime .now(ZoneId .of(" Z" )),
300
+ status = StatusDto .READY_TO_READ ,
301
+ timesStartedReading = 0 ,
302
+ ),
303
303
)
304
304
305
305
books.content.map {
@@ -378,9 +378,6 @@ class KoboController(
378
378
else
379
379
ResponseEntity .ok(bookLifecycle.getThumbnailBytes(bookId)?.bytes ? : throw ResponseStatusException (HttpStatus .NOT_FOUND ))
380
380
381
- @PostMapping(" v1/library/tags/*/items/delete" )
382
- fun noOp () = ResponseEntity .ok().body(mapper.createObjectNode())
383
-
384
381
@RequestMapping(
385
382
value = [" {*path}" ],
386
383
method = [RequestMethod .GET , RequestMethod .PUT , RequestMethod .POST , RequestMethod .DELETE , RequestMethod .PATCH ],
0 commit comments