chore: remove duplicate bug fix for open authoring (#2801)
This commit is contained in:
@ -656,11 +656,6 @@ export default class API {
|
|||||||
await this.patchBranch(branchName, commit.sha, { force: true });
|
await this.patchBranch(branchName, commit.sha, { force: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update unpublished entries which don't have a PR. These are
|
|
||||||
// typically Open Authoring entries that have never been
|
|
||||||
// submitted for review.
|
|
||||||
await this.patchBranch(branchName, commit.sha);
|
|
||||||
|
|
||||||
return this.storeMetadata(contentKey, updatedMetadata);
|
return this.storeMetadata(contentKey, updatedMetadata);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user