Skip to content

Commit

Permalink
Update Utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
smcjones authored Dec 3, 2024
1 parent bf74344 commit d326b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cm360/Utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function getEmailParameters(
? message
: `This is an automated email to let you know that ${useCase} issues have been identified for CM360 Account ${accountId}.`;

const url = `${SpreadsheetApp.getActive().getUrl()}?gid=${SpreadsheetApp.getActive()
const url = `${SpreadsheetApp.getActive().getUrl()}&gid=${SpreadsheetApp.getActive()
.getActiveSheet()
.getSheetId()}`;

Expand Down

0 comments on commit d326b0d

Please sign in to comment.