Skip to content

Commit

Permalink
Remove excess spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjzsun authored Sep 22, 2019
1 parent 87a5ea7 commit b85e927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sheetScript.gs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function updatePlaylists(sheet) {
else
channelIds.push(channel);
}

/// ...get videos from the channels...
var videoIds = [];
var lastTimestamp = sheet.getRange(reservedTimestampCell).getValue();
Expand Down

0 comments on commit b85e927

Please sign in to comment.