Skip to content

Commit fda7750

Browse files
committed
feat(setup): be more lenient with repsonse status code
1 parent 5cbf3d0 commit fda7750

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config/actions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ const updateConnectionStatus =
170170
});
171171
switch (response.status) {
172172
case 200:
173+
case 201:
174+
case 204:
173175
return dispatch(
174176
actionCreators.setConnectionStatus(ConnectionStatus.READY),
175177
);

0 commit comments

Comments
 (0)