Skip to content

Commit

Permalink
Make image description optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyi committed May 17, 2024
1 parent 0258fee commit 5d9620b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/model/Gdoc/GdocBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ export class GdocBase implements OwidGdocBaseInterface {
errors.push({
property: "imageMetadata",
message: `${filename} is missing a default alt text`,
type: OwidGdocErrorMessageType.Error,
type: OwidGdocErrorMessageType.Warning,
})
}
return errors
Expand Down

0 comments on commit 5d9620b

Please sign in to comment.