Skip to content

Commit 6a23134

Browse files
committed
fix(cli): remove duplicate removeExternalReferenceOp call
1 parent 92504e2 commit 6a23134

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/cli/commands/update.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,6 @@ const removeRefSubcommand: CommandDef = {
341341
const loaded = loadDoc(opts.path);
342342
const { doc } = loaded;
343343

344-
removeExternalReferenceOp({
345-
doc,
346-
nodeId: args.id,
347-
identifier: opts.identifier,
348-
});
349-
350344
const newDoc = removeExternalReferenceOp({
351345
doc,
352346
nodeId: args.id,

0 commit comments

Comments
 (0)