Fix linting

This commit is contained in:
Daniel Kennedy
2026-01-28 22:26:59 -05:00
parent 2c234bce3a
commit db85182887
2 changed files with 9 additions and 2 deletions
+4 -1
View File
@@ -21,7 +21,10 @@ import {
deleteArtifactInternal
} from './delete/delete-artifact.js'
import {getArtifactPublic, getArtifactInternal} from './find/get-artifact.js'
import {listArtifactsPublic, listArtifactsInternal} from './find/list-artifacts.js'
import {
listArtifactsPublic,
listArtifactsInternal
} from './find/list-artifacts.js'
import {GHESNotSupportedError} from './shared/errors.js'
/**
@@ -9,7 +9,11 @@ import {GetArtifactResponse} from '../shared/interfaces.js'
import {getBackendIdsFromToken} from '../shared/util.js'
import {getUserAgentString} from '../shared/user-agent.js'
import {internalArtifactTwirpClient} from '../shared/artifact-twirp-client.js'
import {ListArtifactsRequest, StringValue, Timestamp} from '../../generated/index.js'
import {
ListArtifactsRequest,
StringValue,
Timestamp
} from '../../generated/index.js'
import {ArtifactNotFoundError, InvalidResponseError} from '../shared/errors.js'
export async function getArtifactPublic(