chore: remove duplicate bug fix for open authoring (#2801)

This commit is contained in:
Erez Rokah
2019-10-24 15:45:30 +03:00
committed by GitHub
parent 7ca528b20a
commit 02099d6ac3

View File

@ -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);
} }
} }