Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Feb 25, 2021
1 parent 6b1f176 commit 39d7996
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/factories/createRoarrInitialGlobalState.ts
Expand Up @@ -8,7 +8,6 @@ import type {
} from '../types';
import createNodeWriter from './createNodeWriter';

// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
export default (currentState: any): RoarrGlobalState => {
const versions = (currentState.versions || []).concat();

Expand Down

0 comments on commit 39d7996

Please sign in to comment.