Skip to content

Commit

Permalink
minor fix to module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanbond committed Jun 4, 2024
1 parent c51b4fb commit 213a393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process/validation/rules/validateRequired.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
DayComponent
} from 'types';
import { isEmptyObject } from '../util';
import { isComponentNestedDataType } from 'utils/formUtil.js';
import { isComponentNestedDataType } from 'utils/formUtil';
import { ProcessorInfo } from 'types/process/ProcessorInfo';

const isAddressComponent = (component: any): component is AddressComponent => {
Expand Down

0 comments on commit 213a393

Please sign in to comment.