We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92504e2 commit 6a23134Copy full SHA for 6a23134
1 file changed
src/cli/commands/update.ts
@@ -341,12 +341,6 @@ const removeRefSubcommand: CommandDef = {
341
const loaded = loadDoc(opts.path);
342
const { doc } = loaded;
343
344
- removeExternalReferenceOp({
345
- doc,
346
- nodeId: args.id,
347
- identifier: opts.identifier,
348
- });
349
-
350
const newDoc = removeExternalReferenceOp({
351
doc,
352
nodeId: args.id,
0 commit comments