Skip to content

Commit

Permalink
fix: use correct type for non-toJSON js/css on HttpIncoming
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Aug 19, 2024
1 parent f259561 commit e5f99b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/http-incoming.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const urlFromRequest = (request) => {
* @property {U} context
* @property {V} view
* @property {URL} url
* @property {Array<import('./asset-css.js').CssAsset | string>} css
* @property {Array<import('./asset-js.js').JavaScriptAsset | string>} js
* @property {Array<import('./asset-css.js').default | string>} css
* @property {Array<import('./asset-js.js').default | string>} js
* @property {T} [params]
* @property {boolean} [development]
* @property {boolean} [proxy]
Expand Down

0 comments on commit e5f99b6

Please sign in to comment.