Skip to content

Commit d610a38

Browse files
author
Vikas Agarwal
committed
Lint fix
1 parent ef99ec5 commit d610a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/lookerService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function createdSignedEmbedUrl(options) {
102102
* @returns {String} URL for embedding the looker report, it can be GET only once
103103
*/
104104
function generateEmbedUrl(authUser, project, member, reportUrl) {
105-
const SESSION_LENGTH = parseInt(config.lookerConfig.SESSION_LENGTH);
105+
const SESSION_LENGTH = parseInt(config.lookerConfig.SESSION_LENGTH, 10);
106106
const urlData = {
107107
host: config.lookerConfig.LOOKER_HOST,
108108
secret: config.lookerConfig.EMBED_KEY,

0 commit comments

Comments
 (0)