Skip to content

Commit 3390c16

Browse files
committed
fix: revert regression
1 parent 3976323 commit 3390c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/gmail.gs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function listInboxSnippets() {
4646
});
4747
if (threadList.threads && threadList.threads.length > 0) {
4848
for (const thread of threadList.threads) {
49-
console.log("Thread ID: %s", thread.id);
49+
console.log("Snippet: %s", thread.snippet);
5050
}
5151
}
5252
pageToken = threadList.nextPageToken;

0 commit comments

Comments
 (0)