File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
packages/changed-elements-react/src/NamedVersionSelector Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export function useComparisonJobs(args: UseComparisonJobsArgs): UseComparisonJob
50
50
const queryJobStatus = useCallback (
51
51
async ( targetVersionId : string , signal ?: AbortSignal ) => {
52
52
signal ?. throwIfAborted ( ) ;
53
- if ( entries . length === 0 ) {
53
+ if ( entries . length === 0 ) {
54
54
return undefined ;
55
55
}
56
56
const entry = entries . find ( ( entry ) => entry . namedVersion . id === targetVersionId ) ;
@@ -183,12 +183,12 @@ async function postOrGetComparisonJob(args: PostOrGetComparisonJobParams): Promi
183
183
184
184
const runGetDeletePostJobWorkflow = async ( ) => {
185
185
const response = await getComparisonJob ( {
186
- comparisonJobClient,
187
- iTwinId,
188
- iModelId,
189
- jobId : jobId ,
190
- signal,
191
- } )
186
+ comparisonJobClient,
187
+ iTwinId,
188
+ iModelId,
189
+ jobId : jobId ,
190
+ signal,
191
+ } ) ;
192
192
193
193
if ( response ?. comparisonJob ?. status === "Failed" ) {
194
194
await args . comparisonJobClient . deleteComparisonJob ( {
You can’t perform that action at this time.
0 commit comments