Skip to content

Commit

Permalink
fix: add omitted changes that causes type error
Browse files Browse the repository at this point in the history
  • Loading branch information
hikchoi committed Jan 26, 2022
1 parent 5e8685b commit 43a0f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-core/src/components/pods/PodControls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export class PodUIControls {
break;
}
default:
assertUnreachable();
assertUnreachable(connectionType);
}
}

Expand Down

0 comments on commit 43a0f71

Please sign in to comment.