Skip to content

Commit

Permalink
Remove redundant type cast
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRyanDev authored Oct 13, 2017
1 parent 4a52873 commit 567d67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/effects/src/effects_root_module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { EffectsRunner } from './effects_runner';
import { EffectSources } from './effect_sources';
import { ROOT_EFFECTS } from './tokens';

export const ROOT_EFFECTS_INIT = '@ngrx/effects/init' as '@ngrx/effects/init';
export const ROOT_EFFECTS_INIT = '@ngrx/effects/init';

@NgModule({})
export class EffectsRootModule {
Expand Down

0 comments on commit 567d67a

Please sign in to comment.