Skip to content

Commit

Permalink
attempt 2 at fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Jul 14, 2023
1 parent dd67f17 commit 9383baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/blob-store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import { LiveDownload } from './live-download.js'

// prop = blob type name
// value = array of blob variants supported for that type
export const SUPPORTED_BLOB_TYPES = /** @type {const} */ ({
export const SUPPORTED_BLOB_TYPES = {
photo: ['original', 'preview', 'thumbnail'],
audio: ['original'],
video: ['original'],
})
}

class ErrNotFound extends Error {
constructor(message = 'NotFound') {
Expand Down

0 comments on commit 9383baf

Please sign in to comment.