Skip to content

Commit

Permalink
IDE refactoring mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
frank committed May 28, 2024
1 parent 7756c2f commit b13ccb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/eval-config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {ConfigMarkerPrefix, RegisterConfigMarker} from '@async-injection/markers';
import {template as lodashTemplate, TemplateExecutor, get as lodashGet, toPath as lodashToPath} from 'lodash';
import constants from 'node:constants';
import {ConfigMarkerPrefix, RegisterConfigMarker} from './markers';

/**
* Helper to convert strings to false (pretty much any other string evaluates to truthy
Expand Down
2 changes: 1 addition & 1 deletion src/process-initializers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {ConfigMarkerPrefix, InitializeMarker} from '@async-injection/markers';
import {ConfigMarkerPrefix, InitializeMarker} from './markers';
import {InitializerDesc, InitializerFn} from './initializers';

/**
Expand Down

0 comments on commit b13ccb5

Please sign in to comment.