chore: actually remove the image and changeset entry

This commit is contained in:
blam
2020-12-17 10:37:27 +01:00
parent 0fc432f202
commit 86e53c6dee
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -5,7 +5,5 @@
Display the new `profile` fields (`displayName`, `email`, and `picture`) for
groups on the `GroupProfileCard`.
![Groups Profile Section](./groups_profile.png)
This also resolves some cases where `profile` fields are missing for users or
groups and for example falls back to displaying the entity name. Adds additional test data to the ACME Corp dataset.
-1
View File
@@ -149,7 +149,6 @@ async function main() {
badUrls.push(...badFileUrls);
}
console.warn(docPages);
if (badUrls.length) {
console.log(`Found ${badUrls.length} bad links within repo`);
for (const { url, basePath, problem } of badUrls) {