We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3390c16 commit b477800Copy full SHA for b477800
advanced/gmail.gs
@@ -46,7 +46,7 @@ function listInboxSnippets() {
46
});
47
if (threadList.threads && threadList.threads.length > 0) {
48
for (const thread of threadList.threads) {
49
- console.log("Snippet: %s", thread.snippet);
+ console.log(`Snippet: ${thread.snippet}`);
50
}
51
52
pageToken = threadList.nextPageToken;
0 commit comments