Skip to content

Commit

Permalink
remove unnecessary sample null check guard
Browse files Browse the repository at this point in the history
  • Loading branch information
sashankaryal committed Dec 12, 2024
1 parent 1510b47 commit e22b56e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/packages/looker/src/worker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,6 @@ const processSample = async ({
labelTagColors,
schema,
}: ProcessSample) => {
if (!sample) {
return;
}

mapId(sample);

const imageBitmapPromises: Promise<ImageBitmap[]>[] = [];
Expand Down

0 comments on commit e22b56e

Please sign in to comment.