Skip to content

Commit 1444647

Browse files
author
Ahmed Elghareeb
committed
refactor: removes break in default case in switch case
1 parent 36d0bf8 commit 1444647

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/frontend/src/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ const AppContainer = () => {
243243
default: {
244244
const txt = await response.text();
245245
throw new Error(`Unexpected status: ${response.status} - ${txt}`);
246-
break;
247246
}
248247
}
249248
setAuth({

0 commit comments

Comments
 (0)