mirror of
https://github.com/actions/toolkit
synced 2025-05-10 17:12:54 +00:00
fix import
This commit is contained in:
parent
c1f9d37323
commit
fa7657714a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import {retry} from '@octokit/plugin-retry'
|
||||||
import {OctokitOptions} from '@octokit/core/dist-types/types'
|
import {OctokitOptions} from '@octokit/core/dist-types/types'
|
||||||
import {internalArtifactTwirpClient} from '../shared/artifact-twirp-client'
|
import {internalArtifactTwirpClient} from '../shared/artifact-twirp-client'
|
||||||
import {getBackendIdsFromToken} from '../shared/util'
|
import {getBackendIdsFromToken} from '../shared/util'
|
||||||
import {ListArtifactsRequest, Timestamp} from 'src/generated'
|
import {ListArtifactsRequest, Timestamp} from '../../generated'
|
||||||
|
|
||||||
// Limiting to 1000 for perf reasons
|
// Limiting to 1000 for perf reasons
|
||||||
const maximumArtifactCount = 1000
|
const maximumArtifactCount = 1000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue