Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrick committed Aug 21, 2024
1 parent df7e1a6 commit ba92b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chat/advanced-service/Main.gs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function createMessageAppCred() {
imageUrl: 'https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/info/default/24px.svg'
},
sections: [{
header: "Contents",
header: 'Contents',
widgets: [{ textParagraph: {
text: '🔡 <b>Text</b> which can include ' +
'hyperlinks 🔗, emojis 😄🎉, and @mentions 🗣️.'
Expand Down Expand Up @@ -128,7 +128,7 @@ function createMessageAppCred() {
accessoryWidgets: [{ buttonList: { buttons: [{
text: 'View documentation',
icon: { materialIcon: { name: 'link' }},
onClick: { "openLink": {
onClick: { openLink: {
url: 'https://developers.google.com/workspace/chat/create-messages'
}}
}]}}]
Expand Down

0 comments on commit ba92b44

Please sign in to comment.