Skip to content

Commit

Permalink
fix: correct import declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
maggiben committed Jan 13, 2022
1 parent 12ccc3a commit 4c69d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
Optional,
} from '@salesforce/ts-types';
import { QueryResult } from 'jsforce';
import { ScratchOrgCreateOptions, ScratchOrgCreateResult, scratchOrgCreate } from '../src/scratchOrgCreate';
import { ScratchOrgCreateOptions, ScratchOrgCreateResult, scratchOrgCreate } from './scratchOrgCreate';
import { AuthFields, AuthInfo } from './authInfo';
import { Aliases } from './config/aliases';
import { AuthInfoConfig } from './config/authInfoConfig';
Expand Down

0 comments on commit 4c69d2d

Please sign in to comment.