Skip to content

Commit feda914

Browse files
committed
[O2B-1528] Remove unnecessary async
1 parent 035d870 commit feda914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/views/Runs/RunPerDataPass/RunsPerDataPassOverviewModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ export class RunsPerDataPassOverviewModel extends FixedPdpBeamTypeRunsOverviewMo
382382
const { signal } = this._gaqSequenceAbortController;
383383

384384
this._item$.getCurrent().match({
385-
Success: async (runs) => {
385+
Success: (runs) => {
386386
const runNumbers = runs.map((run) => run.runNumber);
387387

388388
// Prepare GAQ summary object with NotAsked RemoteData state for all runs

0 commit comments

Comments
 (0)