Skip to content

Commit 20b95a4

Browse files
committed
fix flaky test
1 parent 9bb0491 commit 20b95a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/helpers/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { apiHost } from './hostname'
1212
import customFetch from './uploadLink'
1313
import { clearLocalStorage } from './localStorage'
1414
import { fetchToken } from './authentication'
15-
import { getLoginUrlWithReturn } from 'components/users/utils'
15+
import { getLoginUrlWithReturn } from '../components/users/utils'
1616

1717
const API_HOST = apiHost()
1818
const GQL_URL = `https://${API_HOST}/gql`

0 commit comments

Comments
 (0)