added missing semicolon to lambda edge function
parent
641be4eded
commit
00350392af
|
@ -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) => {
|
||||
|
||||
|
|
|
@ -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) => {
|
||||
|
||||
|
|
Loading…
Reference in New Issue