Skip to content

Commit

Permalink
fix: typo - CHANNEL_ACTIONS constant was left over in SettingsStorage.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Oct 4, 2020
1 parent c1ba41d commit 91905a9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions server/utils/SettingsStorage.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
// Node Modules:
const fs = require('fs')
const path = require('path')
import { store, state } from '../reducers/store'
import { store } from '../reducers/store'

// Redux:
import {
CHANNEL_ACTIONS,
storeSetCompleteChState,
} from '../reducers/channelActions'
import { storeSetCompleteChState } from '../reducers/channelActions'
import { SET_COMPLETE_FADER_STATE } from '../reducers/faderActions'
import { logger } from './logger'

Expand Down

0 comments on commit 91905a9

Please sign in to comment.