Skip to content

Commit

Permalink
fix: change type whatsapp_redirect_message to richtext (#1755)
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj authored Jul 8, 2024
1 parent 39ac19d commit 1094147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## [1.141.1](https://github.com/SocialGouv/1000jours/compare/v1.141.0...v1.141.1) (2024-07-03)


### Bug Fixes

* update resources ([403f7f6](https://github.com/SocialGouv/1000jours/commit/403f7f651ccb1c8473b1d7fadc614df58648310b))
- update resources ([403f7f6](https://github.com/SocialGouv/1000jours/commit/403f7f651ccb1c8473b1d7fadc614df58648310b))

# [1.141.0](https://github.com/SocialGouv/1000jours/compare/v1.140.1...v1.141.0) (2024-05-13)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"type": "boolean"
},
"whatsapp_redirect_message": {
"type": "string"
"type": "richtext"
}
}
}

0 comments on commit 1094147

Please sign in to comment.