Remove unused import

This commit is contained in:
Daniel Kennedy
2026-01-26 13:59:24 -05:00
parent 2a356168e6
commit c2139ac002
@@ -23,7 +23,6 @@ import {
} from '../../generated/index.js'
import {getBackendIdsFromToken} from '../shared/util.js'
import {ArtifactNotFoundError} from '../shared/errors.js'
import { on } from 'events'
const scrubQueryParameters = (url: string): string => {
const parsed = new URL(url)