File tree Expand file tree Collapse file tree 4 files changed +3
-971
lines changed
self-service/src/lib/work-provider/message-functions/message-store Expand file tree Collapse file tree 4 files changed +3
-971
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { FC } from 'react'
2
2
import { toast , ToastContainer } from 'react-toastify'
3
3
4
4
import { useViewportUnitsFix } from '~/libs/shared'
5
- import { EnvironmentConfig } from '~/config'
6
5
7
6
import { AppFooter } from './components/app-footer'
8
7
import { AppHeader } from './components/app-header'
Original file line number Diff line number Diff line change 1
- import { EnvironmentConfig } from '~/config'
2
- import { xhrGetAsync } from '~/libs/core'
3
-
4
1
import { GetUnreadMessageCountResponse } from './get-unread-message-count-response.model'
5
2
3
+ /* eslint-disable @typescript-eslint/no-unused-vars */
6
4
export async function getUnreadCountAsync ( workId : string , handle : string ) : Promise < GetUnreadMessageCountResponse > {
7
5
8
6
// Removing this because it's no longer needed and showed up in a pen test failure (PM-324)
Original file line number Diff line number Diff line change 1
- /* eslint-disable @typescript-eslint/typedef */
2
- import { getReactEnv } from './react-env'
3
-
4
1
export * from './default.env'
5
2
6
3
export const TERMS_URL = 'https://www.topcoder.com/challenges/terms/detail/564a981e-6840-4a5c-894e-d5ad22e9cd6f'
You can’t perform that action at this time.
0 commit comments