Skip to content

Commit b4cf04d

Browse files
fix: indentation
1 parent ae891e4 commit b4cf04d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

solutions/ooo-assistant/appsscript.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
},
1717
"addOns": {
1818
"common": {
19-
"name": "OOO Assistant",
20-
"logoUrl": "https://goo.gle/3SfMkjb",
21-
"homepageTrigger": {
22-
"runFunction": "onHomepage"
23-
},
24-
"universalActions": [{
25-
"label": "Block day out",
26-
"runFunction": "blockDayOut"
27-
}, {
28-
"label": "Set auto reply",
29-
"runFunction": "setAutoReply"
30-
}]
19+
"name": "OOO Assistant",
20+
"logoUrl": "https://goo.gle/3SfMkjb",
21+
"homepageTrigger": {
22+
"runFunction": "onHomepage"
23+
},
24+
"universalActions": [{
25+
"label": "Block day out",
26+
"runFunction": "blockDayOut"
27+
}, {
28+
"label": "Set auto reply",
29+
"runFunction": "setAutoReply"
30+
}]
3131
},
3232
"chat": {},
3333
"calendar": {},

0 commit comments

Comments
 (0)