Skip to content

Commit

Permalink
chore: actually fix archiver import
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Nov 8, 2023
1 parent 3370364 commit 99f2800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nuts/mdapi.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import path from 'node:path';
import { expect } from 'chai';
import { execCmd, ExecCmdResult, TestSession } from '@salesforce/cli-plugins-testkit';
import { RequestStatus } from '@salesforce/source-deploy-retrieve';
import { create } from 'archiver';
import create from 'archiver';
import {
RetrieveCommandAsyncResult,
RetrieveCommandResult,
Expand Down

0 comments on commit 99f2800

Please sign in to comment.