Skip to content

Commit 5d89148

Browse files
committed
Lint
1 parent a9a8769 commit 5d89148

File tree

4 files changed

+3
-971
lines changed

4 files changed

+3
-971
lines changed

src/apps/platform/src/PlatformApp.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { FC } from 'react'
22
import { toast, ToastContainer } from 'react-toastify'
33

44
import { useViewportUnitsFix } from '~/libs/shared'
5-
import { EnvironmentConfig } from '~/config'
65

76
import { AppFooter } from './components/app-footer'
87
import { AppHeader } from './components/app-header'

src/apps/self-service/src/lib/work-provider/message-functions/message-store/message.store.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
import { EnvironmentConfig } from '~/config'
2-
import { xhrGetAsync } from '~/libs/core'
3-
41
import { GetUnreadMessageCountResponse } from './get-unread-message-count-response.model'
52

3+
/* eslint-disable @typescript-eslint/no-unused-vars */
64
export async function getUnreadCountAsync(workId: string, handle: string): Promise<GetUnreadMessageCountResponse> {
75

86
// Removing this because it's no longer needed and showed up in a pen test failure (PM-324)

src/config/environments/prod.env.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/* eslint-disable @typescript-eslint/typedef */
2-
import { getReactEnv } from './react-env'
3-
41
export * from './default.env'
52

63
export const TERMS_URL = 'https://www.topcoder.com/challenges/terms/detail/564a981e-6840-4a5c-894e-d5ad22e9cd6f'

0 commit comments

Comments
 (0)