Skip to content

Commit 69f3dca

Browse files
matt-aitkencoderabbitai[bot]
authored andcommitted
Unnecessary optional chain
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent d5c1bda commit 69f3dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/presenters/v3/RunListPresenter.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export class RunListPresenter extends BasePresenter {
162162
});
163163

164164
if (batch) {
165-
batchId = batch?.id;
165+
batchId = batch.id;
166166
}
167167
}
168168

0 commit comments

Comments
 (0)