Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Olsen <[email protected]>
  • Loading branch information
stipsan authored Nov 14, 2024
1 parent f4da85f commit fac9731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {catchError, mergeMap, mergeMapTo, switchMap} from 'rxjs/operators'
import type {SanityClient} from 'sanity'

import {createUpChunkObservable} from '../clients/upChunkObservable'
import type {MuxAsset, MuxNewAssetSettings, PluginConfig, UploadConfig} from '../util/types'
import type {MuxAsset, MuxNewAssetSettings} from '../util/types'
import {getAsset} from './assets'
import {testSecretsObservable} from './secrets'

Expand Down

0 comments on commit fac9731

Please sign in to comment.