Skip to content

Commit b477800

Browse files
committed
style: template literal
1 parent 3390c16 commit b477800

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("Snippet: %s", thread.snippet);
49+
console.log(`Snippet: ${thread.snippet}`);
5050
}
5151
}
5252
pageToken = threadList.nextPageToken;

0 commit comments

Comments
 (0)