Don't export getAuthBaseURL

environments/review-react-quer-1t63ue/deployments/730
Alex Gleason 2022-08-09 11:15:22 -05:00
rodzic 5f2532c3d7
commit 8d089805ea
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -41,7 +41,7 @@ const maybeParseJSON = (data: string) => {
}
};
export const getAuthBaseURL = createSelector([
const getAuthBaseURL = createSelector([
(state: RootState, me: string | false | null) => state.accounts.getIn([me, 'url']),
(state: RootState, _me: string | false | null) => state.auth.get('me'),
], (accountUrl, authUserUrl) => {