Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dschoordsch committed Dec 16, 2024
1 parent aba5b48 commit 0abf1e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/mattermost-plugin/Atmosphere.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import {AnyAction, Store} from '@reduxjs/toolkit'
import {Client4} from 'mattermost-redux/client'
import {GlobalState} from 'mattermost-redux/types/store'
RelayFeatureFlags.ENABLE_RELAY_RESOLVERS = true
//;(RelayFeatureFlags as any).ENABLE_RELAY_CONTAINERS_SUSPENSE = false
//;(RelayFeatureFlags as any).ENABLE_RELAY_RESOLVERS = false

type State = {
authToken: string | null
Expand All @@ -33,7 +31,6 @@ const fetchFunction = (state: State) => (params: RequestParameters, variables: V
accept: 'application/json',
'content-type': 'application/json',
'x-application-authorization': authToken ? `Bearer ${authToken}` : ''
//'x-correlation-id': connectionId || '',
},
body: JSON.stringify({
type: 'start',
Expand Down
Empty file.

0 comments on commit 0abf1e6

Please sign in to comment.