Skip to content

Commit

Permalink
chore: Fix broken tests due to import
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenn92 committed Jan 12, 2024
1 parent cc4f1ec commit 7bd7cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/modules/rules/helpers/yaml.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import YAML from 'yaml';
import {
EPlexDataType,
PlexDataTypeStrings,
} from 'src/modules/api/plex-api/enums/plex-data-type-enum';
} from '../../..//modules/api/plex-api/enums/plex-data-type-enum';

interface IRuleYamlParent {
mediaType: string;
Expand Down

0 comments on commit 7bd7cd5

Please sign in to comment.