0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/models/plugins
Daniel Lockyer 8e46288f37
Fixed JSDocs within pagination Bookshelf plugin
no issue

- `options` is not a correct type, so changed it to `Object` - maybe we
  could introduce an `options` type at some point
- also fixed another case of incorrect subtype extraction from
  `bookshelf`
2021-06-15 09:09:48 +01:00
..
collision.js Converted Bookshelf collision plugin into async-await 2021-06-14 20:52:18 +01:00
custom-query.js Imported Bookshelf type into plugin JSDocs 2021-06-14 16:30:58 +01:00
eager-load.js Improved JSDoc typing for Bookshelf plugins 2021-06-14 20:52:18 +01:00
filter.js Imported Bookshelf type into plugin JSDocs 2021-06-14 16:30:58 +01:00
has-posts.js Imported Bookshelf type into plugin JSDocs 2021-06-14 16:30:58 +01:00
include-count.js Imported Bookshelf type into plugin JSDocs 2021-06-14 16:30:58 +01:00
index.js
order.js Imported Bookshelf type into plugin JSDocs 2021-06-14 16:30:58 +01:00
pagination.js Fixed JSDocs within pagination Bookshelf plugin 2021-06-15 09:09:48 +01:00
search.js
transaction-events.js