Skip to content

Commit 9d4f742

Browse files
feat: remove dead code
1 parent 6163eca commit 9d4f742

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

solutions/ooo-assistant/Common.gs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,3 @@ function createActionResponseCard(text) {
117117
}}]}]
118118
};
119119
}
120-
121-
// ----------------------
122-
// Universal action util functions
123-
// ----------------------
124-
125-
function respondToUniversalAction(card) {
126-
return CardService.newUniversalActionResponseBuilder().displayAddOnCards([card]).build();
127-
}

0 commit comments

Comments
 (0)