Skip to content

Commit

Permalink
Merge branch 'main' into remove-empty-cat-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
dbauszus-glx committed Mar 21, 2024
2 parents 2489563 + 49b9c45 commit 8feddbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/provider/cloudfront.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = async ref => {

if (url.match(/\.json$/i)) return await response.json()

if (ref.params.buffer) return await response.buffer()
if (ref.params?.buffer) return await response.buffer()

return await response.text()

Expand Down

0 comments on commit 8feddbb

Please sign in to comment.