diff --git a/deploy/docs-website.yml b/deploy/docs-website.yml index 798b6b6e3..5b1bd94e5 100644 --- a/deploy/docs-website.yml +++ b/deploy/docs-website.yml @@ -137,7 +137,7 @@ Resources: 'enterprise': 'v1.8', }; - const archiveDomain = 'http://archive.docs.influxdata.com' + const archiveDomain = 'http://archive.docs.influxdata.com'; exports.handler = (event, context, callback) => { diff --git a/deploy/edge.js b/deploy/edge.js index b35097763..eff75890e 100644 --- a/deploy/edge.js +++ b/deploy/edge.js @@ -11,7 +11,7 @@ const latestVersions = { 'enterprise': 'v1.8', }; -const archiveDomain = 'http://archive.docs.influxdata.com' +const archiveDomain = 'http://archive.docs.influxdata.com'; exports.handler = (event, context, callback) => {