Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Aug 20, 2024
1 parent ffc7fd9 commit ee6cc85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/src/stores.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {Upload, Uid} from '@tus/server'
// In CI we run multiple jobs in parallel,
// so we need to make sure that the IDs are unique.
export function testId(id: string) {
// eslint-disable-next-line turbo/no-undeclared-env-vars
return `${id}-${process.env.GITHUB_JOB ?? Uid.rand()}`
}

Expand Down

0 comments on commit ee6cc85

Please sign in to comment.