Skip to content

Commit c3bc83f

Browse files
committed
Cleanup PR
1 parent 26e087b commit c3bc83f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/test-e2e/views.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ export class VcTestAppView extends View {
873873
const principal = (() => {
874874
try {
875875
return Principal.fromText(principal_).toText();
876-
} catch (e) {
876+
} catch {
877877
return undefined;
878878
}
879879
})();

0 commit comments

Comments
 (0)