Skip to content

Commit

Permalink
@uppy/unsplash: make utmSource optional (#5601)
Browse files Browse the repository at this point in the history
Murderlon authored Jan 13, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3832d68 commit f293219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/unsplash/src/Unsplash.tsx
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ import locale from './locale.js'
// @ts-ignore We don't want TS to generate types for the package.json
import packageJson from '../package.json'

export type UnsplashOptions = { utmSource: string } & CompanionPluginOptions
export type UnsplashOptions = { utmSource?: string } & CompanionPluginOptions

export default class Unsplash<M extends Meta, B extends Body>
extends UIPlugin<UnsplashOptions, M, B, UnknownSearchProviderPluginState>

0 comments on commit f293219

Please sign in to comment.