Showing 9,144 of 9,144 total issues
Avoid too many return
statements within this function. Open
Open
return API.v1.success({ status: result.getStatus() });
Avoid too many return
statements within this function. Open
Open
return message;
Avoid too many return
statements within this function. Open
Open
return API.v1.success({
url: `${baseUrl}/apps/${this.queryParams.appId}/${
this.queryParams.purchaseType === 'buy' ? this.queryParams.purchaseType : subscribeRoute
}?workspaceId=${workspaceId}&token=${token.token}&seats=${seats}`,
});
Avoid too many return
statements within this function. Open
Open
return API.v1.failure({ status: 'storage_error', messages: [aff.getStorageError()] });
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return defaultAgent;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return API.v1.failure({ error: 'Unauthorized' });
Avoid too many return
statements within this function. Open
Open
return API.v1.success({ apps });
Avoid too many return
statements within this function. Open
Open
return record.value;
Avoid too many return
statements within this function. Open
Open
return { ...state };
Avoid too many return
statements within this function. Open
Open
return this.ws.close(WS_ERRORS.CLOSE_PROTOCOL_ERROR);
Avoid too many return
statements within this function. Open
Open
return user;
Avoid too many return
statements within this function. Open
Open
return { ...state };
Avoid too many return
statements within this function. Open
Open
return {
...state,
projects: {
...state.projects,
[activeProjectId]: {
Avoid too many return
statements within this function. Open
Open
return message;
Avoid too many return
statements within this function. Open
Open
return {
...state,
screens: {
...state.screens,
[id]: {
Avoid too many return
statements within this function. Open
Open
return {
...state,
activeProject: '',
activeScreen: '',
};
Avoid too many return
statements within this function. Open
Open
return lastRoomAgent ?? defaultAgent;
Avoid too many return
statements within this function. Open
Open
return null;